/* all forms uses these classes */
/*
.button {
	font-family : Georgia, Helvetica, Verdana, Arial, sans-serif;
	font-size : 11px;
	background : transparent;
	color : Black;
	border : 1px solid Black;
}*/

.button {font-family:Verdana, Arial, Helvetica, sans-serif;font-size:11px;background-color:#e5efff;border:1px solid #a5acb2;padding:3px;}

/*
.field_textbox, .field_filebox, .field_listbox, .field_selectbox {
	font-family : Helvetica, Verdana, Arial, sans-serif;
	font-size : 11px;
	background : transparent;
	color : Black;
	border : 1px solid Black;
}
*/
 .field_checkbox {
 	font-family : Helvetica, Verdana, Arial, sans-serif;
	font-size : 11px;
	background : transparent;
	color : Black;
}

   .field_textbox, .field_filebox, .field_listbox, .field_selectbox, {font-family: Verdana, Arial, Helvetica, sans-serif;font-size:11px;padding:3px;background-color:#e5efff;border:1px solid #a5acb2;}
   .field_textbox:focus, .field_filebox:focus, .field_listbox:focus, .field_selectbox:focus, {background:#F4DFAA}

   
