﻿#lightbox{
	display:none;
	position: absolute;
	top:50%;
	left:50%;
	z-index:9999;
	width:358px;
	height:250px;
	margin:-220px 0 0 -250px;
	*margin: -100px 0 0 -200px;
	border:3px solid #93509b;
	background:#fff;
	text-align:left;
}
#lightbox[id]{
	position:fixed;
}

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:5000;
        background: url(back.gif);
        opacity: .6; filter: alpha(Opacity=60); -khtml-opacity: .6;

	
}
#overlay[id]{
	position:fixed;
}

#lightbox.done #lbLoadMessage{
	display:none;
}
#lightbox.done #lbContent{
	display:block;
}
#lightbox.loading #lbContent{
	display:none;
}
#lightbox.loading #lbLoadMessage{
	display:block;
}

#lightbox.done img{
	width:100%;
	height:100%;
}
.fechar {padding: 3px 4px 3px 7px; font-family: Verdana; font-size: 13px; color: #000; font-weight: bold !important; margin: 0; background-color: #93509b;  float: right; text-decoration: none;}

.confirmacaoVoto {padding: 10px; font-weight: bold; text-align: center;}
.confirmacaoVoto span{color: #93509b;}

.cotacao .muitoruim{background-image: url(imagens/legendaCriticasBACKUP.png); background-position: 0px 0; background-repeat: no-repeat; width: 55px; height: 55px; text-indent: -9999em; display: block !important; text-indent: -9999em; margin: 0 auto; *margin: 0 0 0 150px;}
.cotacao .fraco{background-image: url(imagens/legendaCriticasBACKUP.png);  background-position: -68px 0; background-repeat: no-repeat; width: 55px; height: 55px; text-indent: -9999em; display: block; text-indent: -9999em; margin: 0 auto;}
.cotacao .regular{background-image: url(imagens/legendaCriticasBACKUP.png);  background-position: -136px 0; background-repeat: no-repeat; width: 55px; height: 55px; text-indent: -9999em; display: block; text-indent: -9999em; margin: 0 auto;}
.cotacao .bom{background-image: url(imagens/legendaCriticasBACKUP.png); background-position: -203px 0; background-repeat: no-repeat; width: 55px; height: 55px; text-indent: -9999em; display: block; text-indent: -9999em; margin: 0 auto;}
.cotacao .excelente{background-image: url(imagens/legendaCriticasBACKUP.png); background-position: -270px 0; background-repeat: no-repeat; width: 55px; height: 55px; text-indent: -9999em; display: block; text-indent: -9999em; margin: 0 auto;}

.cotacao p{font-weight: bold; display: block; *width: 340px; text-align: center; margin: 5px;}
.text {display: block; margin: 5px auto; *margin: 5px 0 0 90px;}
.confirmar{margin-left: 110px; float: left; margin-top: 5px;}

