/* the overlayed element */
div.overlay {
	background-image: url(../images/ws/ws_popup_bkgrd.png);	
	width: 911px;
	height: 828px;		
	display: none;
}

/* default close button positioned on upper right corner */
div.overlay a.close {
	background:url(../images/ws/ws_popup_close.png) 0 0 no-repeat;
	position:absolute;
	left: 0;
	top: 0;
	cursor:pointer;
	overflow: hidden;
	padding-top: 31px;
	height:0;
	width:84px;
}
	div.overlay a.close:hover {
		background-position: -84px 0;
	}

