div#support-order{
    width: 305px;
    position: fixed;
    top: 100px;
    left: 50%;
    margin: 0 0 0 -155px;
    z-index: 99999;
    background: #e3efbd;
    border: 2px solid #fff;
    border-radius: 10px;
    padding: 15px;
}
div#support-order.inactive{
    display: none;
}
a#support-order-close{
    width: 21px;
    height: 21px;
    background: url("../images/ring-order/close.png") no-repeat;
    cursor: pointer;
    position: absolute;
    top: -7px;
    right: -10px;
    display: block;
}
div#form-count{
    display: none;
}
div#support-order h2{
    background: none !important;
    padding: 0;
    margin: 0 0 10px;
    font-size: 24px !important;
    font-weight: normal;
    font-family: Tahoma;
    color: #D59B1D;
}
div#support-order form input{
    border: 1px solid #AAAAAA;
    color: #797979;
    font-family: Tahoma;
    font-size: 12px;
    height: 20px;
    margin: 5px 0;
    padding: 0 0 0 6px;
    width: 295px;
    border-radius: 5px;
} 
div#support-order form input.wrong{
    border: 1px solid #ff0000;
}
div#order-support-ok{
    color: #067248;
    display: none;
    font-family: Tahoma;
    font-size: 17px;
}
a#support-order-ok{
    cursor: pointer;
    display: block;
    background: #BDDD61;
    text-align: center;
    font-family: Tahoma;
    font-size: 17px;
    line-height: 17px;
    padding: 10px 0;
    color: white;
    text-shadow: 1px 1px 0px #AAA;
    border: 2px solid white;
    border-radius: 10px;
    margin: 10px 0 0;
}
div#support-order-shadow{
    width: 100%;
    background: url("../images/ring-order/shadow.png");
    display: none;
    position: absolute;
    top: 0;
    left: 0;
}