.formerror {
	border: 1px solid red;
	background-color : #FFCCCC;
	width: auto;
	padding: 5px 0;
	margin-bottom: 10px;
}

.errortext {
	font-size: smaller;
	color: red;
}

table.form {
	margin-top: 10px;
	text-align: left;
	font-size: 12px;
	border: 1px solid #ccc;
}

table.form th, table.form td {
	padding: 10px;
	border-bottom: 1px solid #CABBA9;
}

#hintbox { /*CSS for pop up hint box */
	position:absolute;
	top: 0;
	background-color: #ffffe0;
	width: 150px; /*Default width of hint.*/ 
	padding: 3px;
	border:1px solid black;
	font:normal 11px Verdana;
	line-height:18px;
	z-index:100;
	border-right: 3px solid black;
	border-bottom: 3px solid black;
	visibility: hidden;
}

.hintanchor { /*CSS for link that shows hint onmouseover*/
	font-weight: bold;
	color: navy;
	margin: 3px 8px;
}


