<!--

a {text-decoration: none;}

a:hover {color: red;}

a.labelLink {
	color: black;
	font-size: 9px;
}

.genericLabel {
	/*background-color: #8C8C8C;*/
	background-color: #FFCC66;
	font-weight: bold;
	color: white;
	padding: 1px 5px 0 5px;
	height: 16px;
}

.controlBar {
	margin: 0;
	float:right;
}

/* FORM ELEMENTS */

.textfield {
	font-family: verdana;
	font-size: 11px;
	width: 100%;
}

.textarea {
	width: 100%;
	height: 24px;
	font-family: verdana;
	font-size: 12px;
	padding: 3px;
}

.smallLabel {
	font-size: 9px;
}

.submitBtn {
	margin-top: 6px;
	width: 170px;
}

-->

