#lightbox {
	position: absolute;
	top: 0;
	left: 50%;
	width: 500px;
	margin-left: -250px;
	background: #fff;
	z-index: 100001;
	display: none;
}
#lightbox-shadow {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
	z-index: 100000;
	display: none;
}
.lightboxLoading {
	padding: 25px;
	width: 300px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #666;
}
#quadroTextoLightbox {
}
#quadroTextoLightbox > .enunciado {
}
#quadroTextoLightbox > .enunciado > a {
}
.textoLightbox {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	min-height: 200px;
	margin: 0 auto;
	z-index: 1500;
	display: none;
}
.textoLightbox > .fundo {
	width: 100%;
	min-height: 200px;
	position: absolute;
	z-index: 100;
	margin: 0 auto;
	background-color: #000;
	cursor: pointer;
	opacity: 0.85;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	-khtml-opacity: 0.85;
}
.textoLightbox > .texto {
	position: absolute;
	z-index: 150;
	margin: 0 auto;
	text-align: center;
	background: #FFF;
	color: #000;
	padding: 20px 20px 50px 20px;
	border-radius: 7px;
}
.textoLightbox > .botao {
	position: absolute;
	z-index: 150;
	margin: 0 auto;
	text-align: center;
}
.textoLightbox > .texto > div {
	margin: 0 auto;
	width: 100%;
	height: auto;
	background: transparent;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	text-align: justify;
	overflow-y: auto;
	overflow-x: hidden;
}
.textoLightbox > .texto > div > div {
	float: left;
	width: 97%;
}
.textoLightbox > .botao > input {
	margin: 0 auto;
	width: 100px;
	height: 35px;
	background: #F1F1F1;
	border: solid 1px #FFF;
	color: #666;
	cursor: pointer;
}
.textoLightbox > .botao > input:hover {
	background: #F9F9F9;
	border: solid 1px #CCC;
	color: #666;
}
