#mask {
	position:absolute;
	left:0;
	top:0;
	z-index:9000;
	background-color:#666;
	display:none;
}
  
#boxes .window {
	position: fixed;
	left:0;
	top:0;
	width:550px;
	height:350px;
	z-index:9999;
	padding:20px;
	display: none;
	margin: auto;
}

#boxes #dialog1 {
	height: 320px;
	width: 600px;
}

#dialog1 .d-header {
	height: 320px;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}

#boxes #dialog2 {
	width:500px;
	height:auto;
}

#boxes #dialog3 {
	width:500px;
	height:auto;
}

.boxMensagemSucesso {
	float: left;
	height: 20px;
	width: 240px;
	border: 1px solid #CCC;
	background-color: #FFF;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	background-image: url(../imagens/ic_v.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 15px 15px;
	padding-top: 12px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 35px;
	text-align: left;
	font-size: 14px;
	color: #666;
	font-weight: bold;
}


.boxFrmRecusa {
	float: left;
	height: 320px;
	width: 600px;
	padding: 10px;
	border: 1px solid #CCC;
	background-color: #FFF;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

.boxTop10Fundos {
	float: left;
	height: auto;
	width: 500px;
	padding: 10px;
	border: 1px solid #CCC;
	background-color: #FFF;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

.titModalRecusa {
	font-size: large;
	font-family: Tahoma, Geneva, sans-serif;
	color: #333;
	float: left;
	margin-bottom: 10px;
	width: 600px;
	height: 25px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #EDEDED;
	text-align: center;
}

.titModalTop10 {
	font-size: large;
	font-family: Tahoma, Geneva, sans-serif;
	color: #333;
	float: left;
	margin-bottom: 10px;
	width: 500px;
	height: 25px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #EDEDED;
	text-align: center;
}

.labelFrmRecusa {
	float: left;
	width: 600px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	height: auto;
	text-align: left;
}

.cmdEnviaRecusa {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	margin-top: 10px;
	background-color: #DF191E;
	width: 150px;
	height: 30px;
	display: block;
	text-align: center;
	border: 1px solid #BD151A;
	cursor: pointer;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-right: auto;
	margin-left: 220px;
	float: left;
}

.BoxRespRecusa {
	float: left;
	width: 490px;
	height: 20px;
	margin-top: 10px;
	text-align: left;
}

.lblAssociado {
	float: left;
	height: auto;
	width: auto;
	
}

.boxBtnFechaModal {
	float: left;
	height: 13px;
	width: 13px;
	background-attachment: scroll;
	background-image: url(../imagens/bgBtnFechaOff.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position: absolute;
	margin-top: -5px;
	margin-left: 590px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.boxBtnFechaModal:hover {
	background-image: url(../imagens/bgBtnFechaOn.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.posFundos {
	margin-left: 490px;
}

.respostaInscricao {
	float: left;
	width: 600px;
	height: 25px;
}

.loadingInscricao {
	font-size: 11px;
	font-weight: bold;
	color: #333;
	float: left;
	width: 195px;
	height: 18px;
	background-attachment: scroll;
	background-image: url(../admin/imagens/loadingLogin.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-align: left;
	padding-left: 22px;
	padding-top: 2px;
	margin-left: 200px;
}

.erroInscricao{
	color: #DF191E;
	font-size: 11px;
	font-weight: bold;
	background-image: url(../imagens/ic_alerta.png);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 260px;
	text-align: left;
	padding-left: 18px;
	height: 18px;
	margin-left: 180px;
	float: left;
}

.sucessoInscricao {
	color: #000;
	font-size: 11px;
	font-weight: bold;
	background-image: url(../imagens/ic_v.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 205px;
	text-align: left;
	padding-left: 18px;
	height: 18px;
	margin-left: auto;
	float: none;
	margin-right: auto;
}
