#blanket {
	background: url(Images/trans-img.png) repeat;
	position: fixed;
	z-index: 9001; /*ooveeerrrr nine thoussaaaannnd*/
	top: 0px;
	left: 0px;
	width: 100%;
	height: 1900px;
}
#overlay {
	background:none;
}
#popUpDiv {
	margin-top: 150px;
	margin-left: -10%;
	position: fixed;
	background: #FFFFFF;
	z-index: 9000001; /*ooveeerrrr nine thoussaaaannnd*/
}
.btnDiv {
	text-align: right;
	height: 0px;
}
.closebtn {
	background: url(Images/close.jpg) no-repeat;
	position: absolute;
	right: -15px;
	top: -15px;
	text-indent: -99999px;
	overflow: hidden;
}
.pop-heading {
	font-family: Verdana;
	font-size: 17px;
	font-weight: bold;
	padding: 15px;
	text-align: center;
	width: 650px;
}
.pop-centent {
	padding: 0 15px 15px 15px;
	font-family: Verdana;
	font-size: 14px;
	color: Black;
	font-style: italic;
	width: 650px;
	text-align: justify;
}
#dropElem {
	display: none;
	position: absolute;
	top: 0;
	border-radius: 10px 10px 10px 10px;

	padding: 15px;

	background: #fff;
	z-index:99999999;
}
#shadowElem {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: black;
	opacity: 0.3;
}
#dropContent {
	position: left;
}
#dropClose {
	position: absolute;
	z-index: 99999;
	cursor: pointer;
	top: -32px;
	right: -30px;
	padding: 5px;
	background-color: black;
	border-radius: 6px 6px 6px 6px;
	color: #fff;
}
.pop-redtext {
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: Red;
}
.closebutton {
	cursor: pointer;
	top: -32px;
	right: -30px;
	padding: 5px;
	background-color: black;
	border-radius: 6px 6px 6px 6px;
	color: #fff;
}
