/***********************************************************
/* CSS Definition - FORM MAILER
/***********************************************************/

#form_mailer {}
#form_mailer *{font-family:Arial, Helvetica, sans-serif; font-size:11px;}

#form_mailer p {color:black; margin:0; padding:0;}
#form_mailer h2 {}
#form_mailer h3 {}
#form_mailer input {}
#form_mailer textarea {}
#form_mailer .sub_title {display:block; }

#form_mailer .div_two_columns {float:left; width:49%;}
#form_mailer .div_two_columns input{width:90%;}
#form_mailer .div_two_columns textarea{width:90%;}

#form_mailer .div_one_column {float:left; width:100%; margin:0;}
#form_mailer .div_one_column input{width:99%;}
#form_mailer .div_one_column textarea{width:99%;}

#form_mailer .div_checkbox {clear:both; color:black; margin:0; }
#form_mailer .div_checkbox input { width:auto; border:none;} /** checkbox **/

#form_mailer .div_radio {clear:both; color:black; margin:0; }
#form_mailer .div_radio input { width:auto; border:none;} /** checkbox **/

#form_mailer #div_button {text-align:right;}
#form_mailer #div_button #send_form {width:auto; background-color:rgb(0,90,150); color:white; border:1px solid rgb(150,150,150); font-weight:bold; margin:0;}

#form_mailer .div_clear {clear:both; height:1px; font-size:1px; overflow:hidden;}
