﻿.divmaincontentvis
{
	position: absolute;
	background-color: #DCDCDC;
	width:271px;
	height:106px;
	z-index: 1001;
	
	
	top: 20%; 
	left: 42%; 
	text-align:center;	
	
}

.divmaincontentinvis
{
	display:none;
}



.divblackendbackground
{
	position:absolute; 
	top: 0px; 
	left: 0px; 
	width: 100%; 
	height:125%; 
	z-index: 1000; 
	background-color:black; 
	text-align:center; 
	padding-top:100px;
	filter: alpha(opacity=60);
	opacity: .60;	
}

.divpopupclose
{
	width: 259px;
	height:15px;
	font-weight:bold;
	font-size:14px;
	padding-left:5px;
	padding-top: 2px;
	padding-bottom:2px;
	padding-right:5px;	
	background-color: #DCDCDC;
	border-top: solid 1px black;
	border-left: solid 1px black;
	border-right: solid 1px black;	
	text-align:right;
}

.divpopupcontent
{
	width:254px;
	height:80px;
	padding-right: 5px;
	padding-left: 10px;
	padding-bottom:5px;
	border-bottom: solid 1px black;
	border-left: solid 1px black;			
	border-right: solid 1px black;			
}

#divmaincontent
{
	z-index:0;	
}