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

.simple_overlay {
display:none;
z-index:9999;
border:10px solid #666;
border:10px solid rgba(82, 82, 82, 0.698);
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
}

#flash_banner {
width: 500px;
height: 500px;
background-color:#fff;
font-family:"lucida grande",tahoma,verdana,arial,sans-serif	
}

.simple_overlay .close {
	z-index:10000;
	background-image:url(../images/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}