/* all forms uses these classes */

.button {
	font-family : Helvetica, Verdana, Arial, sans-serif;
	font-size : 11px;
	background : transparent;
	color : Black;
	border : 1px solid Black;
}

.button2 {
	border-style:outset; border-width:2px; background-position: 0% 0%; font-family : Verdana;
	font-size : 11px;
	color : #FFFFFF;
	background-color:#422AA5; background-repeat:repeat; background-attachment:scroll
}

.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;
}
