@charset "utf-8";
/* CSS Document */

#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:98;
  background-color:#000;
  display:none;
}

.window {
  position:absolute;
  left:0;
  top:0;
  width:768px;
  height:354px;
  display:none;
  z-index:99;
}

#dialog .topo{
	background:url(../img/bg-top-lightbox.png) no-repeat center;
	width:768px;
	height:12px;
}

#dialog2 .topo{
	background:url(../img/bg-top-lightbox.png) no-repeat center;
	width:768px;
	height:12px;
}

#dialog .corpo{
	background:#fff;
	width:748px;
	height:328px;
	padding:0 10px;
}

#dialog2 .corpo{
	background:#fff;
	width:748px;
	height:328px;
	padding:0 10px;
}

#dialog .bottom{
	background:url(../img/bg-bottom-lightbox.png) no-repeat center;
	width:768px;
	height:12px;
}

#dialog2 .bottom{
	background:url(../img/bg-bottom-lightbox.png) no-repeat center;
	width:768px;
	height:12px;
}

.btn-close{display:block; text-align:right;}

.close{width:70px; height:15px; font: bold 12px Arial, Helvetica, sans-serif;}

.regulamento{
	border:1px solid #ccc;
	width:738px;
	height:225px;
	overflow:auto;
	margin: 5px 0 0 0;
	padding:8px 5px;
	text-align:left;
}

.regulamento .titulo{
	font:bold 14px Arial, Helvetica, sans-serif;
	color:#333;
	background:#e4e4e4;
	padding: 2px;
}

.regulamento .texto{
	font:12px Arial, Helvetica, sans-serif;
	color:#666;
	padding: 15px 0;
}


.check-confirm{
	border:1px solid #ccc;
	background:#f0f0f0;
	width:738px;
	height:32px;
	margin: 4px 0 0 0;
	padding:5px;	
}
.check-confirm .input{
	margin: 5px 0;
	margin: 7px 0;
	float:left;
}
.check-confirm .texto{
	font:11px Arial, Helvetica, sans-serif;
	color:#666;
	line-height:14px;
	margin: 3px 5px;
	float:left;	
	width:83%;
	text-align:left;
}
.check-confirm .btn{
	margin:0 0 0 20px;
	float:left;
}

.sobre{
	width:752px;
	height:auto;
	overflow:auto;
	margin: 5px 0 0 0;
	padding:8px 5px;
	text-align:left;
}

.sobre .titulo{
	font:bold 14px Arial, Helvetica, sans-serif;
	color:#333;
	background:#e4e4e4;
	padding: 2px;
}

.sobre .texto{
	font:12px Arial, Helvetica, sans-serif;
	color:#666;
	padding:15px 0 0 0;
}



