table#price {
    width: 667px;
    margin: auto;
    border: 1px solid #23bf28;
}

table#price th {
    background: #23bf28;
    color: #fff;
    padding: 0px 3px;
    font-weight: normal;
}

table#price td {
    border: 1px solid #23bf28;
    padding: 0px 3px;
}

table#price a.price_order, table#price a.price_order:link, table#price a.price_order:visited {
    color: #331afd;
    font-style: italic;
    float: right;
}
    
table#price a.price_order:hover, table#price a.price_order:active {
            
}

.form_order_city > span {
    line-height: 14px;
    cursor: pointer;
}

.form_order_city > span > span {
    color: #23bf28;
    font-size: 12px;
    line-height: 13px;
    padding: 0px 0px 0px 17px;
}

.form_order_city > input {
    margin-top: 0px !important;
    padding-top: 0px !important;
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}

.form_order_city_price_sale
{
    text-decoration: line-through;
}
.form_order_city_price_new
{
    color: red;
}

#form_order, #form_otziv {
    width: 940px;
    overflow: hidden;
}

.form_order_tr, .form_otziv_tr {
    width: 940px;
    overflow: hidden;
    margin: 0px 0px 7px 0px;
}

.form_order_left, .form_otziv_left {
    width: 140px;
    float: left;
}
    
.form_order_right, .form_otziv_right {
    float: left;
    overflow: hidden;
}
    
.form_order_right input#order_name, .form_order_right input#order_email, .form_order_right input#order_phone, .form_otziv_right input {
    width: 188px;
    border: 1px solid #23bf28;
    background: #fff;
    padding: 0px 5px;
}
        
.form_order_right input.error, .form_otziv_right input.error {
    border: 1px solid #ff0000 !important;
    background: #fff;
    color: #ff0000;
}
        
.form_order_city {
    width: 250px;
    float: left;
    margin: 0px 16px 0px 0px;
}
        
.form_order_right textarea#order_text, .form_otziv_right textarea {
    width: 510px;
    height: 110px;
    border: 1px solid #23bf28;
    background: #fff;
    padding: 3px 5px;
}
        
.popup-content-text {
    font-size: 12px;
}
        
.form_order_right a#order_ok, .form_order_right a#order_ok:link, .form_order_right a#order_ok:visited, .form_otziv_right a#otziv_ok, .form_otziv_right a#otziv_ok:link, .form_otziv_right a#otziv_ok:visited {
    width: 200px;
    color: #fff;
    height: 18px;
    line-height: 18px;
    font-size: 16px;
    padding: 5px 0px;
    text-align: center;
    text-decoration: none;
    background: #23bf28;
    display: block;
}
        
.form_order_right a#order_ok:hover, .form_order_right a#order_ok:active, .form_otziv_right a#otziv_ok:hover, .form_otziv_right a#otziv_ok:active {
    background: #000;
}

button {
    background: #23bf28;
    border: 1px solid #23bf28;
    color: #fff;
    padding: 8px;
    border-radius: 3px;
    text-decoration: none;
    font-family: Tahoma;
    font-size: 18px;
    line-height: 1;
    font-weight: 100;
}
button:active {
    background-color: #82f374; /* Цвет кнопки при нажатии */
}
button:hover {
    background-color: #82f374; /* Цвет кнопки при наведении курсора */
}