/* all forms uses these classes */

.button {
	font-family : Helvetica, Verdana, Arial, sans-serif;
	font-size : 12px;
	background : transparent;
	color : #ffffff;
	border : 1px solid orange;
}

.field_textbox, .field_filebox, .field_listbox, .field_selectbox {
	font-family : Helvetica, Verdana, Arial, sans-serif;
	font-size : 11px;
	background : transparent;
	color : orange;
	border : 1px solid Silver;
}

 .field_checkbox {
 	font-family : Helvetica, Verdana, Arial, sans-serif;
	font-size : 12px;
	background : transparent;
	color : #ffffff;
}
