DIV.errorMessage {
	PADDING-LEFT: 12em;
	COLOR: #FF0000;
	BACKGROUND-COLOR: #F9F9F9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	text-decoration: none;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FF0000;
	width: 100%;
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 6px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	clip: rect(0px,0px,0px,0px);
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-indent: 0px;
	font-variant: normal;
}
label {
	display: none;
}
.error {
	border-left-color: #FF0000;
	background-image: url(../pics/bg_error.gif);
}
