/* MODAL */

.load { position: absolute; top: 50%; left: 50%; width: 88px; height: 78px; margin: -39px 0 0 -44px; z-index: 99999;}

.bg_modal { position: absolute; top: 0; left: 0; z-index: 99998; } 

.view_modal { position: absolute; left: 45%;	top: 70%; text-align: left; z-index: 99998; }

.modal { visibility: hidden; cursor:pointer; }

div.container { 
	width: 700px;
	margin: 10px auto;
}

div.conteudo_modal {
	width:721px;
	height:1000px;
	background: #fff;
	color: #222;
}

div.conteudo_modal p {
	width:380px;
	text-align:right;
}

div.conteudo_modal p a.fechar { 
	background: url(../img-layout/close.png) no-repeat; 
	position: absolute;
	float:left;
	width:20px;
	height:20px;
	margin-top:-22px;
}
