.lightbox{
    top: 0px;
    left: 0px;
    position:fixed;
    background-image: url("/images/shade.png");
    font-family: "Arial";
    font-size:12px;
    color:#A2A2A2;
    z-index: 1000;
}

.lightbox a{
    color:#A2A2A2;
    text-decoration:none;
}

.lightbox .chrome{
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF;
}

.lightbox .chrome .header{
    height: 82px;
}

.lightbox .chrome .header .ui{
    height: 60px;
    margin-bottom:22px;
    margin-right:22px;
    float:right;
}

.lightbox .chrome .header .ui ul{
    padding:0;
    margin:0;
}

.lightbox .chrome .header .ui li:first-child{
    background:none;
}

.lightbox .chrome .header .ui .title{
    width:360px;
    height: 70px;
    margin-top:36px;
    float:left;
    display:block;
}

.lightbox .chrome .header .ui .item{
    width:55px;
    height: 70px;
    overflow:hidden;
    float:left;
    display:block;
    background-image: url("/images/lines.png");
    background-repeat:no-repeat;
}

.lightbox .chrome .header .ui .item span{
    width: 54px;
    height: 40px;
    display:block;
    text-align:center;
    cursor:pointer;
}

.lightbox .chrome .header .ui .item .info{
    margin-top:30px;
    float:left;
    background-image: url("/images/sprite-c.png");
    background-position:4px;
}

.lightbox .chrome .header .ui .item .label{
    margin-top:42px;
    float:left;
}

.lightbox .chrome .header .ui .item .download{
    margin-top:30px;
    background-image: url("/images/sprite-c.png");
    background-position:110px;
}

.lightbox .chrome .header .ui .item .close{
    margin-top:30px;
    background-image: url("/images/sprite-c.png");
    background-position:50px;
}

.lightbox .chrome .header .ui .slider{
    width:55px;
}

.lightbox .chrome .container{
    -webkit-border-radius: 4px; 
    -moz-border-radius: 4px; 
    border-radius: 4px 4px 4px 4px; 
    margin:auto;
    overflow: hidden;
}

/* FORM */

.lightbox .chrome .container .lightGrey{
    font-family:Arial, Helvetica, sans-serif; 
    font-size:14px;
    color:#a2a2a2; 
}

.lightbox .chrome .container .darkGrey{
    font-family:Arial, Helvetica, sans-serif; 
    font-size:14px;
    color:#383838;
}

.lightbox .chrome .container .form{
    margin:20px 0 0 0;
    padding:6px 0 0 0;
    overflow:hidden;
}

.lightbox .chrome .container .form label{
    margin-top:2px;
    float:left;
}

.lightbox .chrome .container .form input{
    width:344px;
    padding:0px 5px 7px 5px; 
    border:none; 
    border-bottom:1px solid #cacaca; 
    font-size:14px; 
    color:#a2a2a2; 
    float:left;
}

.lightbox .chrome .container .form input.error{
    border-color:#c11733;
}

.lightbox .chrome .container .form .pen-icon{
    background: url("/images/sprite.png") no-repeat scroll -60px -151px transparent;
    float: left;
    position: relative;
    margin-left: 0px;
    top: 6px;
    left: 0;
    width: 19px;
    height: 16px;
    display:none;
}

.lightbox .chrome .container .form .phone{
    width:130px;
}

.lightbox .chrome .container .form textarea{
    width:394px; 
    height:144px; 
    padding:5px 0 0 0; 
    line-height:30px; 
    text-align:left;
    background:url(/images/bg/bg-textarea.png);
    overflow:hidden; 
    border:none; 
    resize:none; 
    float:left;
}

.lightbox .chrome .container .form textarea.error{
    background:url(/images/bg/bg-textarea-error.png);
}

.lightbox .chrome .container small{
    margin-top:16px;
    display:block;
}

.lightbox .chrome .container .button{
    -webkit-border-radius: 4px; 
    -moz-border-radius: 4px; 
    border-radius: 4px 4px 4px 4px; 
    padding:17px 0 0 0; 
    margin-top:40px;
    margin-right:6px;
    width:120px; 
    height:36px; 
    border:1px solid #FFFFFF; 
    text-align:center; 
    display:block; 
    text-decoration:none; 
    float:left; 
}

.lightbox .chrome .container #erase{
    background:url(/images/bg/bg-clean-btn.jpg) repeat-x 0 0; 
    border-color:#dfdfdf;
    color:#383838; 
    margin-left: 74px;
}

.lightbox .chrome .container #submit{
    background:url(/images/bg/bg-send-btn.jpg) repeat-x 0 0; 
    border-color:#d11d40;
    color:#fff; 
}

.lightbox .chrome .container #alert{
    background:url(/images/bg/lightbox-alert.png) no-repeat; 
    width:350px;
    height:40px;
    margin-top:46px;
    margin-left:30px;
    padding-top:12px;
    padding-left:38px;
    color:#383838;
    font-size:14px;
}