@charset "utf-8";
/* CSS Document */
.overlay, .overlay1 {
	background:rgba(0,0,0,0.8);
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 9999 !important;
}
.OverlayWrapper {
	padding:40px 30px;	
}
.boxclose {
	position:absolute;
	top: 10px !important;
	/*bottom: 0px;*/
	right: 10px !important;
	z-index: 9999 !important;
}
.boxclose i {
	float:right;
	color:#ff7800;
	font-size:28px;
}	
.box {
	position: absolute;
	top: 50px;
	left: 50%;
	width:800px;
	margin-left:-400px;
	background-color: #f0f0f0;
	border-bottom:12px solid #ff7800;
	z-index: 99999 !important;
}
.box .ImgWrap {
    float: right;
    width: 27%;
	margin:0 0 10px 25px;
}
.box .ImgWrap img {
	max-width:100%;
	margin-bottom:-7px;	
}
.box .DescCol {
  /*  float: left;
    width: 70%;*/
}
.OverlayWrapper.ContactWrap .ContactNum {
    margin-top: 0;
}
#SpeakWithBrokerForm.box select {
   height:54px;
}
