
.panel_button {
 float:left;
	position: relative;
	
	width: 113px;
	height: 23px;
	background: url(../images/panel_button.png);
	z-index: 20;

	cursor: pointer;
	margin:0; padding:0;
}
.panel_button img {
	position: relative;

	border: none;
}
.panel_button a {
	text-decoration: none;
	color: #545454;
	font-size: 16px;
	font-weight: bold;
	padding-left:6px;


	float:left;
	font-family: Arial, Helvetica, sans-serif;
}
.panel_button a:hover {
	color: #999999;
}

#toppanel {
float:left;
	z-index: 91;
	text-align: center;
	margin-top:15px;

}
#panel {
	width:360px;
	position: relative;

	height: 0px;
	margin-left: auto;
	margin-right: auto;
	z-index: 10;
	overflow: hidden;
	text-align: left;
	background:#0057A4;
	opacity:0.9;
	filter:alpha(opacity=90);
	
}
#panel_contents {


	height: 100%;

	z-index: -1;
}

#contact_form{ margin:0 auto; min-height:200px; overflow:hidden;}
#contact_form ul { list-style:none; display:block;}

#contact_form .contact-box{ list-style:none; float:left; width:330px; margin:0 auto; margin-bottom:5px;}
#contact_form .contact-box .left{ width:100px; float:left; margin-left:10px; color:#CCCCCC;}
#contact_form .contact-box .right{ width:220px; float:left;}
#contact_form .contact-box .text-input{ border:1px solid #000; height:15px; line-height:15px; font-size:11px;}
#contact_form .contact-box .textarea-input{ border:1px solid #000; height:70px; width:210px; line-height:15px; font-size:11px;}
label.error{ font-weight:normal;color:red;text-align:left;width:250px;}
input.button{padding:3px 6px; border:2px solid #fff; margin:10px 0px 0px 0px; color:#3D7169;font-family:Verdana, Arial, Helvetica, sans-serif;background:#CCC; -moz-border-radius:5px; }
input.button:hover{ background:#009FAA none repeat scroll 0% 0%; color:white; cursor:pointer; }
#message{ width:180px;margin:60px 0 0 100px; }
#message h2	{ font-size:150%;color:white; }
#message p{ color:white;font-weight:bold;margin:6px 0px; }
#checkmark{ position:relative;top:-46px;left:-60px; }
