INPUT,TEXTAREA,SELECT,BUTTON {
	font-family: Verdana, Arial, sans-serif;
	font-size: 8pt;
	color: #000000;
}
INPUT.button {
	width: 100px;
}
TD.fieldname {
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	width: 30%;
}
TD.formfield {
	border-bottom: 1px solid #cccccc;
	width: 70%;
}
SPAN.error {
	color: red; 
}
SPAN.required {
	font-weight: bold;
}
TABLE#templateselector TD.selected {
	background-color: #d8caff;
}

div.textselect {
	position: absolute;
	width: 200px;
	height: 200px;
	overflow-x: hidden;
	overflow-y: auto;
	border: 1px solid black;
	background-color: white;
}
div.textselect ul.textselect {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
div.textselect ul.textselect li {
	white-space: nowrap;
	overflow: hidden;
}
div.textselect ul.textselect li.hover {
	background-color: blue;
	color: white;
}