.formText{
font-family:verdana;
}
label{
margin-top:5px;
margin-right:5px;
text-align:right;
border:1px solid white;
float: left;
width: 120px;
font-weight: bold;
font-family:verdana;
}

.inputClass, .textareaClass, .selectClass{
float:left;
font-size: 12pt;
padding:5px;
width: 300px;
margin-bottom: 10px;
/*border:1px solid #f9dc80;
background: url(img/_bg_form_input.png) bottom repeat-x;*/
}

.radioClass	{
text-align:left;
font-size: 12pt;
padding:5px;
/*margin-bottom: 5px;
border:1px solid #f9dc80;*/

}


textarea{
width: 250px;
height: 150px;
font-family: arial;
/*border:1px solid #f9dc80;*/
}

.boxes{
width: 1em;
}

#submit_button{
margin-left: 120px;
margin-top: 5px;
width: 90px;
}

br{
clear: left;
}



