#blanket {
	background-color:#111;
	opacity: 0.65;
	filter:alpha(opacity=65);
	position:absolute;
	z-index:20000;
	top:0px;
	left:0px;
	width:100%;
}
#popUpDiv {
	position:absolute;
	
	width:541px;
	height:213px;
	z-index: 20001;
	top:90%;
	background-image:  url('../images/preloader.gif');
	background-repeat: no-repeat;
}
#splash-info{
	width: 541px;
	font-weight: bold;
	font-size: 16px;
	font-family: tahoma, verdana, arial, sans-serif;
	text-align: center;
	margin-top: 400px;
}
#popUpDiv img, #popUpDiv span
{
	display: none;
}
/* Exitpops */
#exitDiv {
	position:absolute;
	width:630px;
	height:375px;
	z-index: 20001;
	top:90%;
}

#exitDiv img
{
	width:630px;
	height:375px;
}

/*** Text form bubble **/
#lf-line-address-append {
	position: relative;
	float: left;
	background: #fff;
	margin: 3px 0 0 0%;
	border-radius: 3px;
	font: 14px/20px Arial;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #cbcbcb;
	width: 260px;
	margin: 10px 0 0 17px;
	padding: 5px;
	clear: both;
    color: black;
}
#lf-line-address-append span {
	float: left;
	color: #fff;
	padding: 2px 8px;
	margin-right: 5px;
	background: #faab20;
	font: 800 15px/15px Arial;
}
#lf-line-address-append:after, 
#lf-line-address-append:before {
	bottom: 100%;
	left: 18%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
#lf-line-address-append:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #ffffff;
	border-width: 10px;
	margin-left: -10px;
}
#lf-line-address-append:before {
	border-color: rgba(203, 203, 203, 0);
	border-bottom-color: #cbcbcb;
	border-width: 11px;
	margin-left: -11px;
}