/*

	Simple PHP Contact Form
	Theme Forest
	http://themeforest.net/item/simple-php-contact-form/46679
		
*/



/* 
=====================================================================
=====================================================================*/
#contact_form										{ display:block; border:none; margin-top:10px; }



/* FORM STYLE
=====================================================================
=====================================================================*/
div#contact_form label 								{ font-size:1.2em; line-height:1.3em; padding:1px 10px 12px 0; float:left; width:100px; clear:left; }


div#contact_form fieldset 							{ padding:0px; }

div#contact_form input, 
div#contact_form textarea							{ margin:0 0 2px 0; width:200px; color:#666; padding:2px 2px 2px 4px; background:#fafafa; border:1px solid #ccc; float:left; font-family:helvetica, arial, sans-serif; }   
								
div#contact_form input:focus, 
div#contact_form textarea:focus, 
div#contact_form select:focus 						{ border-left:2px solid #e36e1d; color:#333; width:199px; background-color:#f2f2f2; }

div#contact_form input.submit 						{ cursor:pointer; width:80px; height:20px; color:#444; border:none; padding:1px; margin:8px 0 0 110px; }
div#contact_form input.submit:hover 				{ background:#444; }


/* Style for the error message */
.error_message 										{ width:300px; padding:3px 6px 3px 9px; margin:10px 0; color:#edebeb; font-size:1.2em; display:block; height:22px; line-height:22px; background-color:#c62b41; font-family:helvetica, arial, sans-serif; }

div#contact_form #succsess_page						{ width:270px; }
div#contact_form #succsess_page p 					{ font-size:1.2em; line-height:1.6em; padding:6px 0 6px 0; }