@charset "utf-8";

*                   	{ /*margin:0; padding:0;*/ outline:none; }


#contact_form					{/*width:300px;*/ margin-left:auto;margin-right:auto; }
form fieldset					{ border:0;margin-top:8px;}
form fieldset legend	{  }
label									{ width:90px;float:left;}
label.error           { font-weight:normal;color:red;text-align:left;width:140px; padding-left:25px;
                        background: transparent url(/images/cancel.png) no-repeat scroll left; }
input.text-input			{ }


label#email_label     { /*position:absolute; top:45px; left:0px;*/ }
input#email           { /*position:absolute; top:45px; left:110px;*/ }
label#email_error      { /*position:absolute; top:67px; left:120px;*/ }


input.button					{ /*position:absolute; top:125px; left:120px; padding:3px 6px;
                        border:2px solid #fff; margin:20px 0px 0px 0px; color:#3D7169; 
												font-family:Verdana, Arial, Helvetica, sans-serif;
												background:#CCC; -moz-border-radius:5px;*/ margin-left:95px;}

input.button:hover		{ /*background:#009FAA none repeat scroll 0% 0%; color:white;*/ }
#message							{ width:180px;margin:60px 0 0 100px; }
#message h2						{ font-size:150%;}
#message p						{ display:none;/*color:white;font-weight:bold;margin:6px 0px;*/}
#checkmark						{ position:relative;top:-80px;left:-60px; }
