@charset "utf-8";
/* CSS Document */

.overlay {
	display: none;
	z-index: 1000;
	background-image:url(whitebg.png);
	width:800px;
	height: 570px;
	border: #3a7cb1 solid 3px;
	background-color:#FFFFFF;
	position:absolute;
	
}

/* default close button positioned on upper right corner */
.overlay .close {
	background-image: url(close.png);
	position:absolute; right:0px; top:-22px;
	cursor:pointer;
	height:22px;
	width:60px;
}

.contentwrap {
	padding:35px;
	overflow: auto;
	max-height: 500px;
}
