  /*request_window*/
.overlay-window{position:absolute;background:#000;top:0;bottom:0;right:0;left:0;z-index:999;opacity:0;transition:all .5s;filter: alpha(Opacity=50);}
.request-window{position:absolute;width:460px;left:0;right:0;margin:auto;min-height:100px;background:#fff;;z-index:9999;opacity:0;transition:all .5s;border-radius:5px 0 5px 5px;}
.request-window iframe{width:460px;height:425px;transition:all .5s;}
/*.close-cross{position:absolute;bottom:100%;left:100%;cursor:pointer;line-height:30px;width:30px;height:30px;background:url(../images/close_window.png) no-repeat;}*/
#onlineRequest{cursor:pointer;}

/*request-window-popup*/
/*.close-cross.close-cross-popup{top:17px;right:20px;left:auto;background:url(../images/icon_close_popup.png) no-repeat;}*/
.request-window.request-window-popup{border-radius:0;width:460px;box-sizing:border-box;/*padding:45px 40px;*/}
.request-window-popup header{color: #cc6600;font-size:20px;  text-align: center; padding: 45px 40px 20px;text-transform:uppercase;margin-bottom:20px;}
.request-window-popup .form-label{display:inline-block;width:120px;/*margin-right: 13px;*/line-height:30px;vertical-align:top;}
.request-window-popup input[type='text']{width:250px; float: right;box-sizing:border-box;padding:5px 12px;font-style:italic;font-size:13px;height:30px;border:1px solid #ddd;}
.request-window-popup input[type='text'].error{border-color:red;}
.request-window-popup input[type='text'].error:focus{box-shadow:0 0 10px rgba(255,0,0,.3);}
.request-window-popup .form-subdesc{padding:0 0 30px 120px;color:#7f8081;font-size:13px;margin-top:-25px;}
.request-window-popup label{display: block; margin: 20px 40px;}
.request-window-popup .form-buttom-wrap{padding: 40px 40px 50px 60px;width: 100%;text-align:right;}
.request-window-popup .form-buttom-wrap div {margin-left:20px;}
/*.request-window-popup .send_find_cheep{padding:5px 50px;box-shadow: 0 2px 0 #8ac57f inset, 0 2px 0 #d4d4d4;}*/
.request-window-popup #message{font-size:20px;font-family:'Myriad Pro',arial,sans-serif;text-align:center;}
.request-window-popup.form-complete{width:340px;padding:125px 0 30px;background:url(../images/icon_complete.png) no-repeat 50% 30px #fff;}
.btn-red{background:#da8d22;background:-webkit-gradient(linear, 0 0, 0 100%, color-stop(0.5, #b66853), 
color-stop(0.5, #a94e35));background:-webkit-linear-gradient(#b66853 50%, #a94e35 50%);
background:-moz-linear-gradient(#b66853 50%, #a94e35 50%);
background:-o-linear-gradient(#b66853 50%, #a94e35 50%);background:linear-gradient(#b66853 50%, #a94e35 50%);}
.btn-red:hover{background:#b66853;color:#fff;}
