@charset "utf-8";
/* CSS Document */


#mask {
	position:absolute;
	left:0;
	top:0;
	z-index:9000;
	background-color:#000;
	display:none;
}
#boxes .window {
	position:absolute;
	left:0;
	top:0;
	width:440px;
	height:300px;
	display:none;
	z-index:9999;
	background:#fff;
	padding:20px;
	padding-top:7px;
	text-align:left;
	border:6px solid #ccc;
}
#boxes #dialog {
	width:375px;
	height:203px;
	padding:2px;
	background-color:#ffffff;
}
.close {
	display:block;
	text-align:right;
	text-indent:-9000px;
}

#boxes  p#descricao {width:220px;float:right;display:block;margin-right:20px}
#boxes  img{float:left}

a.close {background:url(../images/img_remover.gif) no-repeat top right;width:28px;display:block;height:23px;text-indent:-9000px;margin-left:422px}
.close:hover{ background-position:right -35px; color:red }
