/* all forms uses these classes */

.button {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 11px;
	background : White;
	color : Blue;
}

.field_textbox, .field_filebox, .field_listbox, .field_selectbox {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 11px;
	background : White;
	color : Blue;
}

 .field_checkbox {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 11px;
	background : White;
	color : Blue;
}

.f_bg {
	font-family : Arial, Helvetica, sans-serif;
        font-size : 14px;
	font-weight: bold;
	background-color : transparent;
}

.f_textbox {
	font-family : Arial, Helvetica, sans-serif;
        font-size : 14px;
	font-weight: bold;
	background-color : transparent;
	border : 0px solid #A9A9A9;
	color : #FF0000;
	size : 2;
	width: 24;
}
