﻿.black_overlay
{
	clear:both;
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	margin:0px;
	width: 100%;
	height: 100%;
	background-color:Black;
	filter:alpha(opacity=70);
	opacity:0.7;
	z-index: 1001;
	-moz-opacity: 0.7;
}
.white_content
{
	clear:both;
	display: none;
	position: absolute !important;
	top: 4%;
	left:25%;
	width:600px;
	border-color: #346667;
	background-color:#9ab1b1;
	border:solid 1px;
	z-index: 1002;
	overflow:none;
	text-align:center;
}
.closeButtonTop
{
	width: 600px;
	height: 17px;
	background-color: #346667;
}
.closeButtonTop a
{
	cursor: hand;
	right: 0px;
	
	top:0px;
	position: relative;
	text-align: right;
	float:right;
	text-decoration:none;
	color:White;
	background-color: #346667;
	background-image: url(images/closebutton.gif);
	background-position: right;
	background-repeat: no-repeat;
	padding-top: 1px;
	padding-right: 24px;
}
.closeButtonTop a:hover
{
	text-decoration:underline;
}
       