/***********************************************************
/* CSS Definition - Switch Trainings desk - CONTACT FORM
/***********************************************************/

#contact_form {}
#contact_form p {clear:both; font-size:11px; color:rgb(128,0,0);}
#contact_form input { width:455px; }
#contact_form textarea { width:455px; height:100px; }
#contact_form .sub_title {display:block; float:left; width:100px; }

#contact_form #div_button {text-align:right;}
#contact_form #div_button #send_email {width:auto; background-color:rgb(128,0,0); color:white; font-weight:bold; margin:0 5px 0 0;}


