.cmFormLabel {
	font-family: tahoma;
	font-size: 8pt;
}

.cmFormErrorLabel {
	font-family: tahoma;
	font-size: 8pt;
	color: red;
}

.cmFormHeader {
	font-family: arial;
	font-size: 10pt;
	font-weight: bold;
	color: white;
	background-color: #003366;
}

.cmFormButton {
	border: 1px #000000 solid; 
	font-family: tahoma;
	font-size: 8pt;
	height: 25px;
	background-color: #E3EDF4;
}

.cmFormTextBox {
	border: 1px #000000 solid; 
	font-family: tahoma;
	font-size: 9pt;
	height: 20px;
	background-color: white;
}

.cmFormDropDown {
	font-family: tahoma;
	font-size: 9pt;
	height: 20px;
}

.cmFormTextArea {
	border: 1px #000000 solid; 
	font-family: tahoma;
	font-size: 9pt;
	background-color: white;
}

.cmFormCheckBox {
	margin-left: -4px;
}

.cmMenuItem {
	font-family: verdana; 
	font-size: 9pt;
	font-weight: normal;
	cursor: default;
}

.cmMenuItemDisabled {
	font-family: verdana;
	font-size: 9pt;
	font-weight: normal;
	color: aaaaaa;
	cursor: default;
}