.window{
	display:none;
	position:fixed;
	left:0;
	top:0;
	background:#f8f8f8;
	z-index:9999999;
	padding:10px;
}

#fdo_modal{
	position:absolute;
	left:0;
	top:0;
	z-index:999999;
	background-color:#375754;
	display:none;
}

#fechar_modal{
	width: 30px;
	height: 30px;
	background: url(../imagens/fechar.png) no-repeat no-repeat 0px 0px;
	float:right;
}

#fechar_modal:hover{
	background:url(../imagens/fechar.png) no-repeat 0px -30px;
}

.fechar{display:block; text-align:right;}