/* SimpleModal Styles */
#simplemodal-overlay {background-color:#000; cursor:wait;}
#simplemodal-container {
font-size:12px;
height:300px; 
width:400px; 
background-color:#fff; 
border:3px solid #ccc;
/* overflow: scroll;*/
padding-left: 10px;
padding-top: 10px;
}


a.modalCloseImg {
	background:url(../images/geral/x.png) no-repeat; 
	width:25px; 
	height:29px;
	 display:inline; 
	 z-index:5200; 
	 position:absolute; 
	 top:-13px; 
	 right:-13px; 
	 cursor:pointer;
 }


