/* invalid input */
.bvalidator_red_invalid{
	background-color:#D1CDB5;
}

/* error message */
.bvalidator_red_errmsg {
	background-color: #F9EE13;
	font-size:12px;
	border:1px solid #412F1B;
	color:#412F1B;
	display:none;
	white-space:nowrap;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 5px;
	font-weight: 500;
}

/* close icon */
.bvalidator_red_errmsg .bvalidator_red_close_icon {
	margin-left: 5px;
	margin-top: -2px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bolder;
	color:#412F1B;
	cursor:pointer;
	font-size: 12px;
}

/* arrow */
.bvalidator_red_errmsg em {
	display:block;
	border-color: #333 transparent transparent;
	border-style: solid;
	border-width: 10px 10px 0;
	height: 0;
	width: 0;
	position:absolute;
	bottom:-10px;
	left:5px;
}

/*Side Form Styles*/
#sideForm .bvalidator_red_errmsg {
	background-color: #FFF !important;
	color:#6AB443 !important;
}
#sideForm .bvalidator_red_errmsg .bvalidator_red_close_icon {
	color:#6AB443 !important;
}