div#ring-order{
    width: 329px;
    position: absolute;
    bottom: 100%;
    z-index: 99999;
}
a#ring-close{
    width: 21px;
    height: 21px;
    background: url("../images/ring-order/close.png") no-repeat;
    cursor: pointer;
    position: absolute;
    top: 9px;
    right: -4px;
    display: block;
}
div#form-count{
    display: none;
}
div#ring-order h2{
    background: none !important;
    padding: 35px 0 0 0;
    margin: 0 0 0 25px;
    font-size: 24px !important;
}
div#ring-order-top{
    width: 329px;
    height: 75px;
    background: url("../images/ring-order/ring-order-top.png") no-repeat;
    clear: both;
}
div#ring-order-polit{
    clear: both;
    font-family: Tahoma;
    font-size: 11px;
    padding: 0 0 0 36px;
    text-align: left;
}
div#ring-order-polit a{
    clear: both;
    font-family: Tahoma;
    font-size: 11px;
    color: #d59b1d;
}
div#ring-order-middle{
    width: 329px;
    height: 190px;
    background: url("../images/ring-order/ring-order-middle.png") no-repeat;
    clear: both;
}
div#ring-order-middle input{
    border: 1px solid #AAAAAA;
    color: #797979;
    font-family: Tahoma;
    font-size: 12px;
    height: 20px;
    margin: 5px 0 5px 29px;
    padding: 0 0 0 6px;
    width: 230px;
} 

div#ring-order-middle table{
    width: 270px;
    border: 0;
    border-collapse: collapse;
    margin: 5px 0 0 23px;
}
div#ring-order-middle table th{
    width: 120px;
    vertical-align: top;
    text-align: right;
    font-family: Tahoma;
    font-weight: bold;
    font-size: 12px;
    color: #434343;
    padding-top: 0px;
}
div#ring-order-middle table td{
    font-family: Tahoma;
    font-size: 12px;
    color: #797979;
}
div#ring-order-middle table td span{
    display: inline;
}
div#ring-order-middle table input{
    clear: right;
    display: block;
    float: left;
    height: 20px;
    margin: -2px 0 5px 4px;
    padding: 0 0 0 2px;
    width: 22px;
}
div#order-ring-ok{
    color: #067248;
    display: none;
    font-family: Tahoma;
    font-size: 19px;
    margin: 10px 0 0 35px;
    position: absolute;
    width: 300px;
}
div#ring-order-bottom{
    width: 329px;
    height: 41px;
    background: url("../images/ring-order/ring-order-bottom.png") no-repeat;
    clear: both;
}
a#ring-ok{
    width: 271px;
    height: 32px;
    background: url("../images/ring-order/ring-submit.png") no-repeat;
    cursor: pointer;
    display: block;
    position: absolute;
    left: 31px;
}
div#ring-order-shadow{
    width: 100%;
    background: url("../images/ring-order/shadow.png");
    display: none;
    position: absolute;
    top: 0;
    left: 0;
}