#examples{ width:300px;}
.birthday-picker{ padding: none; border: none; width: 250px;}
fieldset{
	margin:5px 0;
	padding:6px 0;
	border:1px solid #EC715F;
}
legend{
	font-size:11px;
	letter-spacing:1px;
	color:#EC715F;
	margin:0 5px;
	text-transform:uppercase;
}
section{
	margin:10px 5px;
	overflow:hidden;
}
section label{
	font-size:12px;
	color:#666;
	width:112px;
	display:inline-block;
	font-weight:bold;
}
section label.lblMin{
	width:60px;
	font-weight:normal !important;
}
section input[type="text"],
section input[type="password"],
section select
{
	width:170px;
	height:20px;
	padding:2px;
	border:1px solid #CCC;
}
section select
{
	width:176px;
	height:26px;
}

section select.slMin
{
	width:100px;
	height:26px;
}
section select.slMax
{
	width:480px;
	height:26px;
}
section label.lblMax
{
	width:350px;
	font-weight: bold;
}

section input.cjMax
{
	width:273px;
	vertical-align:center;
}
section input.cjMin
{
	width:100px;
	vertical-align:center;
}

div.requerido_b{
	width:600px;
/*	border:1px solid #FFF;*/
	float:left;
	border-radius:4px;
	padding:4px;
}
div.requerido{
	width:296px;
	/*border:1px solid #FFF;*/
	float:left;
	border-radius:4px;
	padding:4px;
}
div.dvRow{
	overflow:hidden;
}
div.error{
	background-color:#F66;
	border:1px solid #F00;
}
div.error label{
	color:#FFF;
}


div.ErrorMsg {
	background-image: url(../images/fa_error_ico.png);
	background-position: 10px center;
	background-repeat: no-repeat;
}

div.CorrectoMsg {
	background-image: url(../images/fa_correcto_ico.png);
	background-position: 10px center;
	background-repeat: no-repeat;
}

 /***************/
#dvMessage2 {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.3;
	filter: alpha(opacity =   30);
	top: 0;
	left: 0;
	z-index: 98;
}

#fondoMensaje2 { /* +50 */
	position: fixed;
	width: 530px;
	height: 170px;
	margin-left: -265px;
	margin-top: -95px;
	background-color: #000;
	top: 50%;
	left: 50%;
	z-index: 99;
	opacity: 0.5;
	filter: alpha(opacity =   50);
	border-radius: 6px;
}

#msjGrilla2 {
	position: fixed;
	width: 500px;
	height: 140px;
	margin-left: -250px;
	margin-top: -80px;
	background-color: #FFF;
	top: 50%;
	left: 50%;
	font-size: 14px;
	color: #666;
	z-index: 100;
}

div#cbModal2 {
	width: 100%;
	position: relative;
	padding: 5px 0;
	background-color: #E5F3FF;
	border-bottom: 1px solid #CCC;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	font-family: sans-serif;
}

div#txtModal2 {
	width: 380px;
	margin: 25px 15px 15px 90px;
	font-size: 14px;
	font-family: sans-serif;
}

#msjGrilla2 a {
	color: #F00;
	text-decoration: none;
}

#msjGrilla2 a:hover {
	text-decoration: underline;
}






