﻿#tree_messages, #tree_errors{
	position: absolute;
	left: 300px;
	top: 150px;
	height: 140px;
	width: 400px;
	background-color: #00FF00;
	text-align:center;
}
#tree_errors{
	background-color: #FF0000;
}
#tree_messages_black, #tree_errors_black{
	position: absolute;
	left: 320px;
	top: 170px;
	height: 140px;
	width: 400px;
	background-color: #000000;
}

.tree_message_header{
	background-color: #00DD00;
	width: 100%;
	height: 20px;
	text-align: center;
}

#tree_errors .tree_message_header{
	background-color: #DD0000;
	width: 100%;
	height: 20px;
	text-align: center;
}

#tree_message_body, #tree_error_body{
	width: 100%;
	height: 100px;
	overflow: auto;	
	text-align: center;
}

#tree_messages input, #tree_errors input{
	text-align: center;
	font-size: 11px;
	border: 1px solid #516980;
	background-color: #ACBDCD;
	color: white;
	outline: none;
	overflow: visible;
	padding: 0 10px;
}
