@CHARSET "ISO-8859-1";

/* Form error messages */
#tooltip {
	position: absolute;
	z-index: 3000;
	background-color: #f1efe3;
	border: 1px solid #e4e0ca;
	padding: 5px;
}

#tooltip h3,
#tooltip div {
	font-size: .8em;
	margin: 0;
}

.formErrorMsg,
.formHelpMsg {
	border: 0;
	padding: 0;
	position: relative;
	top: 2px;
	left: 6px;
	cursor: help;
}
