/* -- lightbox -- */
.lightbox .overlay          { display: none; position: fixed; z-index: 1000; top: 0; left: 0; height: 100%; width: 100%; background-color:#000; filter:alpha(opacity=80); -moz-opacity: 0.80; opacity: 0.80; }
* html .lightbox .overlay   { /* ie6 hack */
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
.lightbox .box              { display: none; position: fixed; width: 700px; height: 400px; top: 50px; left: 200px; z-index: 1002; font-size: 1.2em; text-align: left; }
* html .lightbox .box       { position: absolute; }

.lightbox .box .boxIn       { padding: 15px 0; background-color: #fff; position: relative; height: 100%; margin: 0 auto; }
.lightbox .box .top         { }
.lightbox .box .bottom      { } 
.lightbox .box .in          { height: 100%; background: #fff url('../images/lightbox/bg-content-in.gif') 0 90% no-repeat; }
.lightbox .box .header      { position: absolute; width: 100%; height: 50px; left: 0; top: 0; overflow: hidden; }
.lightbox .box .main        { font-size: 24px; font-weight: normal; padding: 5px 10px 3px; margin: 0 28px 0 10px; border-bottom: 5px #f1f1f2 solid; background-color: #fff; }
.lightbox .box .content     { overflow: auto; height: 100%;  }
.lightbox .box .contentIn   { padding: 65px 10px 50px; }
.lightbox .box .close       { position: absolute; width: 27px; height: 24px; right: -6px; top: -15px; text-indent: -500px; }
.lightbox .box .close span  { background: url('../images/lightbox/bg-close.png') no-repeat; }
.lightbox .box .text        { padding: 0 10px 10px; }

/* -- Lightbox form -- */
.lightbox .box .formBox { padding: 5px; }
.lightbox .box .formBox .lab { float: none; width: auto; text-align: left; padding: 5px 10px; font-weight: bold; }
.lightbox .box .formBox .con { float: none; width: auto; }
.lightbox .box .formBox .w100 { width: 96%; }
.lightbox .box .formBox .clearfix { padding-bottom: 1.5em; }
.lightbox .box .formBox .radio label { margin-right: 15px; }

.lightbox .box .buttons { position: absolute; width: 100%; height: 50px; left: 0; bottom: 0; overflow: hidden; }
.lightbox .box .buttons ul { padding: 10px 0 0; height: 35px; margin: 0 28px 0 10px; border-top: 5px #f1f1f2 solid; background-color: #fff; }
.lightbox .box .buttons ul li { float: right; }
/*.lightbox .box .buttons { float: right; padding: 13px 20px 0; }*/
.lightbox .box .buttons .submit { display: block; width: 89px; height: 20px; overflow: visible; padding: 5px 0 2px 20px; color: #fff; text-decoration: none; font-weight: bold; border: none; cursor: pointer; font-size: .9em; text-align: left; text-transform: uppercase; background: #c20505 url('../images/default/bg-button-red_109.png') no-repeat; }

.lightbox .box .cols .w100 { width: 90%; }

.lightbox_loading          { position: absolute; left: 50%; top: 50%; margin: -33px 0 0 -33px; width: 66px; height: 66px; }  


