#formWhole{

}

#formWhole .custom_form, #formWhole .custom_form table{
width:100%;
}

#formWhole .text_field{
width:205px;
}

#formWhole .label{
float:left;
display:inline;
width:33%;
}

#formWhole .option_group{
float:right;
display:inline;
width:66%;
}

#formWhole .option_group .text_field{
border:1px solid #999;
}

#formWhole .button{
border:1px solid #999;
padding:2px 4px;
cursor:pointer;
color:#000;
background:url(../images/btn_shade.gif) repeat-x bottom #FAFAFA;
}

#formWhole .button:hover{
color:#555;
}



#formWhole .req{
color:#900;
padding:0 3px;
}

#formWhole .form_btns{

}