@charset "utf-8";
.white_contentEnquiry_Apply_Now
     {
display: none; 
position: fixed;
top: 12%;
left: 5%;
width: 95%;
height: 100%;
padding: 16px;
border: 1px solid #ebebeb;
z-index: 1002;
overflow: auto;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
background: #ffffff;
background: -moz-linear-gradient(#ffffff, #cccccc);
background: -webkit-linear-gradient(#ffffff, #cccccc);
background: -o-linear-gradient(#ffffff, #cccccc);
box-shadow: 0 0 10px #000000;
-moz-box-shadow: 0 0 10px #000000;
-webkit-box-shadow: 0 0 10px #000000;
}
.black_overlay
     {
display: none;
position: fixed;
top: 0%;
left: 0%;
width: 100%;
height: 100%;
background-color: black;
z-index: 1001;
-moz-opacity: 0.8;
opacity: .80;
filter: alpha(opacity=80);

}

