/* all forms uses these classes */

.button {
	font-family : Arial, Helvetica, sans-serif;
  font-size : 11px;
	background : #1E5B88;
	border : 1px solid #FFFFFF;
	color : #FFFFFF;
}

.field_textbox, .field_filebox, .field_listbox, .field_selectbox {
	font-family : Arial, Helvetica, sans-serif;
    font-size : 11px;
	background : #1E5B88;
	border : 1px solid #FFFFF;
	color : #FFFFFF;
}

 .field_checkbox {
	font-family : Arial, Helvetica, sans-serif;
    font-size : 11px;
	background : #1E5B88;
	color : #FFFFFF;
}