/* CSS Document */

/*
=================================
Request Consultation Section
=================================
*/

.black_overlay{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 1200px;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
.white_content {
	display: none;
	position: absolute;
	top: 2%;
	left: 25%;
	width: 50%;
	height: 510px;
	padding: 16px;
	border: 2px solid orange;
	background-color: white;
	z-index:1002;
	overflow: auto;
}
#RequestDiv-top{ float:right;}
#RequestDiv-bottom{width:100%;}
#RequestDiv-bottom h2{ color:#BB5100; font-family:Arial, Helvetica, sans-serif; font-size:27px; font-weight:bold; text-align:center; width:100%;  padding:10px 0 20px 0; margin:0px;}
#RequestDiv-bottom ul{width:100%; float:left;font-weight:bold; font-size:17px; color:#BB5100; padding:0px; margin:0px; list-style:none;}
#RequestDiv-bottom ul li{ float:left;}
#RequestDiv-bottom ul li.reqleft{width:40%; padding:0 10px 0 0; text-align:right; float:left; height:38px;font-family:Arial, Helvetica, sans-serif;}
#RequestDiv-bottom ul li.reqright{width:55%;float:right;height:38px;}
.reqfield{border:1px solid #AFAFAF; width:200px;color:#939393; font-size:14px; }



