@charset "utf-8";

/*-------------------- CONTACT FORM (For contact and blog pages) --------------------*/
#formcontainer { width:470px; overflow:hidden; position:relative; padding:0px; margin:0px; }	
#commentForm label {}
#commentForm input {}
#commentForm label.error , #blogCommentForm label.error{ color:#000; padding-left: 30px; font-size:10px; text-transform:uppercase }

.item { float:left; }		
.nameLabels {font-size:10px;text-transform:uppercase}
.itemRow { position:relative; overflow:hidden; margin-bottom:10px; }	
.formElement { width:250px; background-image:url(../images/gray_pattern.gif); color:#fff; padding:4px 4px 5px 4px; margin-top:5px; font-family:Arial, Helvetica, sans-serif; font-size:12px; border:0}	
.formElement2 { width:400px; background-image:url(../images/gray_pattern.gif); color:#fff; padding:4px 4px 5px 4px; margin-top:5px; font-family:Arial, Helvetica, sans-serif; font-size:12px; border:0}	
		
/*-------------------- MAIL ACKNOWLEDGMENT --------------------*/

#mail_success, #mail_fail { display:none }

#mail_success, #mail_success_no_JS {color:#000; background:url(../images/orange_pattern.gif); padding:25px 30px; }	
#mail_success h2, #mail_success_no_JS h2 { color:#000; margin-bottom:5px; }	

#mail_fail, #mail_fail_no_JS {color:#fff; background:url(../images/body_bg.gif); padding:25px 30px; }	
#mail_fail h2, #mail_fail_no_JS h2 { color:#ff9900; margin-bottom:5px; }		

#mail_fail a, #mail_fail_no_JS a {color:#ff9900; text-decoration:none} 
#mail_fail a:hover, #mail_fail_no_JS a:hover {text-decoration:underline} 

