.order-form-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    visibility: hidden;
    z-index: 99;
}
.order-form {
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -250px 0 0 -200px;
    width: 340px;
    background: #fff;
    border-radius: 3px;
    padding: 25px 30px;
    text-align: center;
    visibility: hidden;
    z-index: 99;
}
.order-form.buy{
    top: 40%;
}
.futura-bold {
    font-family: 'a_FuturaOrtoBold';
}
.order-form .name {
    font-size: 20px;
    color: #ff8889;
    margin-bottom: 25px;
}
.order-form .inpit_text {
    width: 100%;
    height: 45px;
    background: url(txt_bg.png) 0 0 repeat-x;
    border-left: 1px solid #dfdfdf;
    border-radius: 3px;
}
.inpit_text {
    display: block;
    width: 220px;
    height: 45px;
    line-height: 25px;
    font-size: 15px;
    color: #626262;
    padding: 0 17px;
    margin: 0 0 10px;
    background: url(box5input.png) 0 0 no-repeat;
    font-family: 'PTSansRegular';
    border: 0;
}
.bbox {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.but {
    cursor: pointer;
    border: none;
    display: inline-block;
    height: 32px;
    line-height: 32px;
    background: #f80909;
    box-shadow: 2px 2px 0 #f80909;
    border-radius: 3px;
    padding: 0 20px;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: 1px 1px 3px #4ea29b;
}
.but.pink {
    background: #f80909;
    text-shadow: 1px 1px 3px #df6561;
    box-shadow: 2px 2px 0 #e2797b;
}
.btn-form-close {
    position: absolute; 
    top: 0px; 
    right: 5px;
    cursor: pointer;
}
.btn-form-close:hover {
    color: #ff861d;
}