.overlay{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	display: none;
}

.modal{
	display: none;
	padding:0 20px 20px;
	overflow:auto;
	z-index:1001;
	position:absolute;
	width: 600px;
	min-height: 300px;
}

/* BOX LOGIN */
#promptLogin {
	width: 480px;
	height: 348px;
	padding: 10px 10px 10px 30px;
	background:#fff;
}

#bt-login-close {
	border: 0px none;
	line-height: 0px;
}

#promptLoginHeader div{
	display: block;
}

#promptLoginContent{
	border-top:1px solid #e7e7e7;
	padding-top: 40px;
	vertical-align: top;
}
#promptLoginContent div{
	display:-moz-inline-stack; /* FF2 fix coz it does not support inline-block */
	display:inline-block; /* supported by FF3+ and IE8+ */
	zoom:1; *display:inline; /*  IE6 & IE7 hack coz they do not support inline-block (zoom trigger hasLayout and * target IE6/7) */
}
#promptLoginContentLeft{
	width: 180px;
	vertical-align: top;
}
#promptLoginContentRight{
	text-align: right;
	width: 280px;
}

#form-login p.show-errors{
	color: #f00;
	display: none;
}

p.info-alert{
	color: #f00;
	font-size: 16px;	
}


#promptLogin h2 {
	margin:0px;
	padding: 0px;
	font-size: 24px;
	font-weight: normal;
	line-height: 26px;
	text-transform: uppercase;
	background:url('images/bg_login_h2.jpg') transparent no-repeat 50% 0%;
}
#promptLogin h2 span{
	display: block;
	margin:0px;
	font-size: 18px;
	font-weight: normal;
	text-transform: none;
	color:#7c91a2;
} 



#loginForm{
	display:-moz-inline-stack; /* FF2 fix coz it does not support inline-block */
	display:inline-block; /* supported by FF3+ and IE8+ */
	zoom:1; *display:inline; /*  IE6 & IE7 hack coz they do not support inline-block (zoom trigger hasLayout and * target IE6/7) */
	vertical-align:top;
	height: 39px;
}


/* BOX PRE-INSCRIÇÃO */
#box-preinscricao{
	height: 480px;
	padding: 10px;
	background:#ededed;
	border: 1px solid #d3d3d1;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 2px #d3d3d1;
	-moz-box-shadow: 0px 0px 2px #d3d3d1;
	box-shadow: 0px 0px 2px #d3d3d1;	
}


#box-preinscricao #box-preinscricao-header{
	width: 100%;
	height: 60px;
	margin-bottom: 4px;
	border-bottom: 1px solid #d3d3d1;	
}

#box-preinscricao #box-preinscricao-header h2{
	font-size: 22px;
	line-height: 20px;
	padding: 5px 0px;
	text-transform: uppercase;
}

#box-preinscricao .closeBtn {
	background-image: url('/assets/css/images/bt_close.png');
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
	height: 35px;
	width: 35px;
}

#box-preinscricao h3 {
	padding: 12px 0px 6px 12px;
	font-size: 20px;
}

#box-preinscricao .ui-input-style1{
	height: 30px;
	line-height:26px;
}

#box-preinscricao select.ui-input-style1{
	height: 32px;
	line-height:22px;
	padding: 5px 10px !important;
}

#box-preinscricao label{
	display: inline-block;
	width: 140px;
	padding-right: 10px;
	text-align:right;
}


.box-preinscricao-bottom{
	position: absolute;
	bottom: 15px;
	right: 15px;
}
