/** Wrap **/
#popup-wrap {
	position:absolute;
	z-index:99999;
	display:none;
}
#popup-pos {
	width:100%;
	height:auto;
	position:relative;
}
#popup-inner {
	height:auto;
	position:relative;
	z-index:9999;
	top:5px;
	left:5px;
	padding:1px;
	background-color:#fff;
}
#pop-overwrap {
	/*opacity:0.3;
	filter:alpha(opacity=30);*/
	background-color:#000;
	position:absolute;
	top:0;
	left:0;
	z-index:9999;
	display:none;
}
/** Popup position **/
.popup-bg {
	margin:0;
	padding:0;
	width:5px;
	height:5px;
	border:none;
	z-index:1001;
	position:absolute;
	background:url(/ehealthinsurance/images_new/hmc/box-bg.png);
}
#popup-lt {left:0;top:0;}
#popup-t {left:5px;top:0;width:100%;}
#popup-rt {right:-10px;top:0}
#popup-l {left:0;top:5px;height:100%;}
#popup-r {right:-10px;top:5px;height:100%;}
#popup-lb {left:0;bottom:-10px;}
#popup-b {left:5px;bottom:-10px;width:100%;}
#popup-rb {right:-10px;bottom:-10px;}
.popup-close {
	width:32px;
	height:32px;
	right:-10px;
	top:10px;
	position:absolute;
	right:-22px;
  top:-12px;
  z-index:99999;
  cursor:pointer;
	background:url(/ehealthinsurance/images_new/hmc/popup-close.png);
}
/** be-we-popup **/
.be-wb-popup,
.be-wb-popup .pop-up-content,
.be-wb-popup .close {
	background-image:url("/ehealthinsurance/images_new/quote-v2/be-wb-popup.png");
	background-repeat:no-repeat;
}
.be-wb-popup {
	padding:15px 0 0 0;
	color:#444;
	background-position:left -25px;
}
.be-wb-popup .pop-up-content{
	width:360px;
	padding:0 15px 15px 15px;
	background-position:-390px bottom;
}
.be-wb-popup .close {
	width:15px;
	height:15px;
	position:absolute;
	right:15px;
	top:10px;
	background-position:left top;
}
.be-wb-popup h4 {
	margin-bottom:5px;
	font-size:14px;
	font-weight:bold;
}
.be-wb-popup p {
	margin-bottom:5px;
	font-size:12px;
}
.be-wb-popup ul {
	margin-left:20px;
}
.be-wb-popup ul li{
	padding:5px 0;
	list-style:disc;
	font-size:12px;
}
#loading {
    text-align:center;
}
#loading .text {
    font-size:16px;
    font-weight:bold;
     margin-top:10px;
}
#wrapper .fixed-footer.ancillary-min{
	min-height:600px;
}