@charset "utf-8";
/* =========================================== general */
.error {
	border: 1px solid red !important;
	background: rgba(255,0,0,0.3) !important;
}
.msgErrorValidator {
	position: fixed;
	top: 0px;
	left: 50%;
	background: url(bg_header.jpg) repeat-x top;
	color: #FFB901;
	width: 254px;
	margin-left: -100px;
	z-index: 9999;
	display: none;
	opacity: 0;
	border: 1px solid #FFC600;
	border-top: 0px;
	padding: 10px;
	-webkit-border-radius: 0px 0px 20px 20px;
	border-radius: 0px 0px 20px 20px;
	text-align: center;
}
/* =========================================== fin general */