
/*CONTACT FORM*/	

.text_input, .text_area{
border:1px solid #5e5e5e;
background: #e1e2e3;
}

#send, #submit{
border:1px solid #5e5e5e;
background: #222;
color: #fff;
}


#submit:hover, #send:hover{
background: #eee;
color: #222;
}


	
.valid .text_input, .valid .text_area{border:1px solid #70A41B;} /*#70A41B*/
.error .text_input, .error .text_area{border:1px solid #ffb628;}
.ajax_alert .text_input, .ajax_alert .text_area{border:1px solid #ffb628;}
