body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/* Form elements */
.button {
	font-size: 11px;
	height: 18px;	
	border: 1px solid #000000;
}
.inputbox {
	font-size: 11px;
	border: 1px solid #000000;
}
.textbox {
	font-size: 11px;
	border: 1px solid #000000;
}
.selectbox {
	font-size: 11px;
	height: 14px;
	border: 1px solid #000000;
}
.filebox {
	font-size: 11px;
	border: 1px solid #000000;
}
.checkbox {
	margin: 0px;
}
.formLabel {
	white-space: nowrap;
}