#modal {
	visibility: hidden;
	position: absolute !important;
	width: 359px;
	height: 502px;
	padding: 8px;
	background: rgba(0,0,0,.3);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	top: 50% !important;
	left: 50% !important;
	z-index: 101;
}


#heading {
	width:600px;
	height:97px;
	background:url(../images/topo.jpg);
	border-bottom:1px solid #9e9e9e;
	
	-webkit-border-radius:4px 4px 0px 0px;
	-moz-border-radius:4px 4px 0px 0px;
	border-radius:4px 4px 0px 0px;

	text-shadow:0px 1px 0px #fff;
}

.reveal-modal-bg { 
	position: fixed; 
	height: 100%;
	width: 100%;
	background: #000;
	background: rgba(0,0,0,.4);
	z-index: 100;
	display: none;
	top: 0;
	left: 0; 
}

.close {
	position:absolute;
	height: 47px;
	width: 46px;
	text-indent: -9999px;
	margin-left: 400px;
	margin-top: 0px;
	background: url("../imagens/fechar.gif") no-repeat;
}


