 
 
.popUp
{
	display: none;
}

 

#divClose
{		
	
	/*display:block;
	float:right;

	height:69px;
	width:72px;
	position:absolute;

	top: 50%;
	right: 50%;

	margin-top: -380px;
	margin-right: -480px;
	z-index:99;

	padding-right:60px;

	opacity: 0.75;
	filter: alpha(opacity=75);*/
	position: absolute;
	margin-top: 10;
	margin-left:80%;
	z-index: 999;
	display: block;
 
	/*width: 69px;
	height: 72px;*/
 
	opacity: 0.75;
	cursor: pointer;
	
	
}

.imgClose
{		
 	cursor: hand; cursor: pointer;
	z-index:99999;
	/*width:72px;
	height:69px;*/
}



