﻿.black_overlay
{
	clear:both;
	display: none;
	position:fixed;
	top: 0px;
	left: 0px;
	margin:0px;
	width: 100%;
	height: 100%;
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
	z-index: 1001;
	-moz-opacity: 0.7;
}
.imageZoomImg
{
	padding-top:10px;
}

.white_content
{
	clear:both;
	display: none;
	position: fixed !important;
	top: 4%;
	left:25%;
	width:600px;
	border-color: white;
		background-color: #0c1754;

	border:solid 1px;
	z-index: 1002;
	overflow:none;
	text-align:center;
	
}
.closeButtonTop
{
	width: 600px;
	height: 17px;
}
.closeButtonTop a
{
	cursor: hand;
	left: 0px;
	width:100%;
	top:0px;
	position: relative;
	text-align: left;
	float:left;
	text-decoration:none;
	color:White;
	text-align:right;
	margin-right:10px;
	background-color: #fe7d1a;
}
.closeButtonTop a:hover
{
	text-decoration:underline;
}
       