/* OVERLAY */
.overlay {
	width:980px;
	position:absolute;
	display:none;
	z-index:99999;
}

.overlay .close {
	width:65px;
	height:25px;
	background:url(../images/btn-close.gif) top left no-repeat;
	cursor:pointer;
	position:absolute;
	top:-19px;
	right:14px;
	z-index:99999;
}

.overlay .white_block_top {
	position:relative;
	top:-20px;
	margin:0px;
	background-image:url(../images/whblock_top2.png);
	min-height:140px;
}

* html .overlay .white_block_top {height:140px;}

.overlay .white_block_bottom {
	padding:0px 0px 18px 0px;
	margin:0px;
	background-image:url(../images/whblock_bottom2.png);

}

.overlay .white_block_bg {
	padding:0px;
	margin:0px;
}

.overlay .content {
	padding:30px 15px 0px 15px;
}

.overlay iframe {margin:10px 0px 0px 0px; border:none; padding:0px; width:100%; height:500px;}
