/* all forms uses these classes */

.button {
	font-family : Arial;
  font-size : 11px;
	background : #E2E2E2;
	border : 1px solid #FFFFFF;
	color : #000000; text-decoration:blink
}

.field_textbox, .field_filebox, .field_listbox, .field_selectbox {
	font-family : Arial;
    font-size : 11px;
	background : #E2E2E2;
	border : 1px solid #FFFFF0;
	color : #000000; text-decoration:blink
}

 .field_checkbox {
	font-family : Arial;
    font-size : 11px;
	background : #E2E2E2;
	color : #000000; text-decoration:blink
}