/* propriedades padrao */
* {
	margin:0;
	padding:0
}
body { /* precisa colocar width e height 100% por conta do ie6 */
	width:100%;
	height:100%;
	font-family:Tahoma
}
/* lightbox */
div.mask {
	display:none;
	position:fixed;
	_position:absolute;
	/*width:100%;
height:100%;*/
left:0;
	top:0;
	z-index:480;
	background:#000
}
div.lightbox {
	display:none;
	position:fixed;
	_position:absolute;
	z-index:500;
	background:url(../img/bg-iframe.png) 0 0 no-repeat;
	_background:url(../img/bg-iframe.gif) 0 0 no-repeat;
}

div.lightbox span {
	position:relative;
	float:left;
}
div.lightbox .fechar {
	display:block;
	position:absolute;
	outline:none;
	overflow:hidden;
	right:17px;
	top:9px;
	width:9px;
	height:11px;
	text-indent:-9000px;
	cursor:pointer;
	z-index:30;
	background:url(../img/btn-fechar-lightbox.png) no-repeat
}

