/*FORMS CSS DOCUMENT*/

*{margin:0;padding:0;}
form{padding:0 0 8px 0;}
.form_element{float:left;padding:0 12px 8px 0;}
.form_small_text{width:60px;height:14px;}
.form_medium_text{width:90px;height:14px;}
.form_large_text{width:120px;height:14px;}
.form_very_large_text{width:240px;height:14px;}
.form_small_dropdown{width:120px;height:18px;}
.form_large_dropdown{width:240px;height:18px;}
.form_checkbox{width:16px;height:16px;}
.form_radio{width:16px;height:16px;}
.form_textarea{width:236px;height:100px;}
.form_button{width:100px;height:20px;}
.form_label,.form_small_text,.form_medium_text,.form_large_text,.form_very_large_text,.form_small_dropdown,.form_large_dropdown,.form_textarea,.form_button
{
font:11px/13px Verdana, Arial, Helvetica, sans-serif;
color:rgb(51,51,51);
margin:0 0 8px 0;
}
