/* LightBox */
#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
	display:none;
	-moz-opacity:.5; 
	filter:alpha(opacity=50); 
	opacity:.5;
}

.divLightbox {
	top:50%;
	left:50%;
	position:absolute;
	visibility:hidden;
	z-index: 10000;
}

/*#divLightbox {
	width: 900px;
	height:600px;
	margin-top:-450px;
	margin-left:-300px;	
}*/

#divLightboxEmail, #divLightboxSms, #divLightboxRss, #divLightboxPage, #divLightboxWidget{
	width: 290px;
	height:331px;
	margin-top:-165px;
	margin-left:-165px;	
}

.form-siga {
	background-color:#FFB800;
	border:4px solid #FFB800;
	margin-bottom:10px;
	width:250px;
}

.boxLightbox {
	background-image:url(/static/futebol/img/lightbox/bg_topBox.png);
	width:400px;
	height:31px;
	background-repeat:no-repeat;
}

.boxLightbox .tit {
	float:left;
	margin-left:15px;
}

.boxLightbox .fecharLightbox {
	float:right;
}

.corpoLightBox {
	width:390px;
	height:300px;
	background-color:#FFFFFF;
}

.corpoLightBox .btConfirmar {
	margin-left:197px;
}

.corpoLightBox ul {
	padding-top:20px;
	padding-left:17px;

}

.corpoLightBox ul li {
	clear:both;
}

.corpoLightBox ul li.cmbEscolhaTime {
	height:0;
	visibility:hidden;
	/*display:none;*/
}

.corpoLightBox ul li span {
	vertical-align:super;
	margin-left:10px;
	margin-right:10px;
}

.corpoLightBox ul li .jNiceSelectWrapper span {
	margin:0;
}

.jNiceSelectWrapper ul li {
	line-height:20px;
}

#txtDDD {
	margin-right:10px;
	width:62px;
}

#txtTelefone {
	width:210px;
}

.cmbEscolhaTime .jNiceWrapper {
	width:100px;
	float:left;
}

.cmbEscolhaTime .lnkOk, .cmbEscolhaTime .jNiceWrapper {
	/*float:left;*/
}

.corpoLightBox li p {
	
	padding-left:0;
}

.corpoLightBox p {
	clear:both;
}

.tel {
	margin-top:15px;
}

.tel .jNiceInputWrapper {
	float:left;
}