/* invalid input */
.bvalidator_invalid {
	background-color: #FFFFAE;
}

/* error message */
.bvalidator_errmsg {
	font-size: 11px;
	color: #FFF;
	display: none;
	white-space: nowrap;
	-moz-opacity: .90;
	filter: alpha(opacity=90);
	opacity: .90;
	max-width: 200px;
	padding: 4px 6px;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	background-color: #000000;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	line-height: 16px;
}

/* arrow */
.bvalidator_errmsg em {
	display: block;
	height: 0;
	width: 0;
	position: absolute;
	left: -5px;
	top:9px;
	border-top: 5px solid transparent;
	border-right: 5px solid #000000;
	border-bottom: 5px solid transparent;
}
