/* modal config */
.window {
	position:absolute;
	left:0;
	top:0;
	width:440px;
	height:200px;
	display:none;
	z-index:9999;
	padding:20px;
}

#mask {
	position:absolute;
	left:0;
	top:0;
	z-index:9000;
	background-color:#000;
	display:none;
}

#videoLightbox {
	width:493px;
	height:313px;
	background:url(../img/bgCaixaSegurosLightbox_login.gif) no-repeat center center;
	padding:0px;
	margin:0px;
}

#videoLightbox .divFechaLightbox {
	cursor: pointer;
	float: right;
	position: absolute;
	top: 30px;
	right: -14px;
	padding: 0 6px 0 0 ;
}

.videoLightboxTopo {
	width: 530px;
	height: 72px;
	float: left;
	background: url(../img/lightbox_topo.gif) left top no-repeat;
}

.videoLightboxLista li{
	float: left;
	font-size: 12px;
}

.lightboxMeio {
	width: 439px;
	height: auto;
	float: left;
	padding: 0 30px 0 30px;
	background: url(../img/lightbox_meio.gif) repeat-y;
}

.lightboxMeio span{
	color: #1b604f;
	font-size: 30px;
	float: left;
	padding: 0 0 3px 0;
}