/************** MAIN MENU **************/
#message-menu-wrap {
	border-style: solid;
	border-color: #acacac;
	border-width: thin;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 5px;
	padding: 0px;
	/*BACKGROUND: url(../../images/top-menu-line.gif) repeat-x center;*/
	background-color: #1a7abb;
	HEIGHT: 40px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	display: block;
}
#message-menu LI {
	margin-right: 4px;
	text-align: center;
	float: left;
	list-style-type: none;
	margin-left: 4px;
	width: auto;
	PADDING-BOTTOM: 0px;
	PADDING-RIGHT: 0px;
	HEIGHT: 40px;
	PADDING-TOP: 0px;
}
#message-menu LI A {
	line-height: 40px;
	font-size: 12px;
	/*font-weight: bold;*/
	text-align: center;
	text-decoration: none;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
	COLOR: white;
}
#message-menu LI A:hover {
	text-decoration: none;
	COLOR: #ccc;
}
#message-menu LI.active A {
	text-decoration: none;
	COLOR: #000
}


#message-menu img {
	background-position: 0;
	margin-right: 3px;
	vertical-align: middle;
}
.message_form_wrapper{
margin: 0 15px 0 15px;
}

#message-table {
margin: 0 15px 0 15px;
width: 440px;
}



/*** CONTROL PANEL CSS ***/
.message-form {
	line-height: 120%;
	font-size: 12px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color:#3A5366;
}

.message-form button, select {
	font-size:12px;
	color: #0072bc;
}
.reply_it {
padding-left:20px;
}
.message-form label {
	display:inline-block;
	margin: 0 0 0 5px;
	text-align:left;
	width:auto;
}
.message-form small {
	color: #808080;
}
.message-form .directions {
	color: #0072bc;
}
.message-form textarea {
	height: 180px;
	width: 325px;
}
#title {
	font-size: 16px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}
.message-form input {
	width: 325px;
}

.message th {
	font-weight: bold;
	background-color: #cee3f5;
	font-size: 12px;
	
}

#alert {

	z-index: 9999;

	width: 100px;


	padding: 10px;


	border-color: #1a7abb;


	border-style: solid;


	border-width: 1px;


	background-color: #dadada;


}


