/* invalid input */
.bvalidator_invalid {
	background-color: rgb(240, 240, 234);
}
/* error message */
.bvalidator_errmsg {
	z-index: 100;
	background-color: rgba(245, 243, 243, 1);
	font-size: 12px;
	/* border: 1px solid rgb(24, 88, 146); */
	color: #FC1400;
	display: none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-topleft: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomleft: 0;
	border-bottom-left-radius: 0;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius-topleft: 0;
	border-top-left-radius: 0;
	-moz-box-shadow: 0 0 6px #ddd;
	-webkit-box-shadow: 0 0 6px #ddd;
	box-shadow:0 0 6px #050505;
/*	white-space: nowrap;*/
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 5px;
	min-width: 175px;
	font-family: Arial, Helvetica, sans-serif;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
	opacity: 0.9;
	filter: alpha(opacity=90);
}
/* close icon */
.bvalidator_errmsg .bvalidator_close_icon {
	margin-left: 5px;
	margin-top: -2px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #F71C13;
	cursor: pointer
}
/* arrow */
.bvalidator_errmsg em {
	display: block;
border-color: #333 transparent transparent;
border-style: solid;
border-width: 8px 5px 0;
height: 0;
width: 0;
position: absolute;
bottom: -8px;
left: 5px;
}