#overlay {
	width: 100%;
	height: 100%;
	background-color:#000000;
	filter: alpha(opacity=90); 
	opacity: .9;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10005;
}
.divPopup {
	width: 100%;	
	/*padding:10px;*/
	z-index:9999999;
	left:0!important;
}
