/* CSS Document */
#DIV_Popup{
	display: none;
	position: absolute;
	/*left: 0;
	top: 100px;*/
	/*width: auto;
	height: auto;*/
	border: double;
	z-index: 210;
}

#DIV_Overlay {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image:url(../images/overlay.png);
	z-index:200;
}

a.DivCloseButton
{
	color:#FFFFFF;
	text-decoration: none;
}

a.DivCloseButton:hover , a.DivCloseButton:active , a.DivCloseButton:focus {
    color : #FFFFFF;
    font-weight : bold;
    text-decoration:none;
}
