/* Light Box */
body {
	height: 100%;
}
#overlayBoxPop { /* Possui Hack para IE6*/
	display: none;
	z-index:1001;
	position: fixed !important;
	position: absolute;
	width: 100%;
	min-height: 100%;
	left: 0;
	top:0;
	background-color: #333333;
	text-align: center;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}

#boxAuxiliarBoxPop {
	display: none;
	position: absolute;
	top: 0;
	z-index: 1002;
	width: auto;
	height: 40px;
	background-color: #FFFFFF;
}
#tituloBoxPop {
	width: auto;
	height: 40px;
	text-align: left;
	font-weight: bolder;
	color: #333333;
	margin: 0;
	padding: 0 10px 0 10px;
	overflow: auto;
}
#btFecharBoxPop {
	float: left;
	margin-right: 10px;
	cursor: pointer;
}
#boxPop{
	display: none;
	color: #99FF66;
	position: absolute;
	z-index: 1003;
	text-align: center;
	background-color: #FFFFFF;
}