
.overlay {
	display:none;
	/*width:640px;*/
	background-image:none;
	padding:10px;
	border:none;
}

.overlay div.close {
	background-image:url(../layout/close.png);
	position:absolute; right:-20px; top:-20px;
	cursor:pointer;
	height:35px;
	width:35px;
}

#overlay {
	background-color:#FFF;
	background-image:none;
	height:500px;
	border:none;
	width:850px;
}

.contentWrap {
	height:500px;
	/*overflow-y:auto;*/
	overflow:hidden;
	border:none;
}
