.editors_price input, #total, #total input, .text {
    text-align: center
    }
.editors_price input, #total input, .user, textarea {
    background-color: #FFF;
    border: 1px solid #DAB981
    }
#total_estimate, .service_txt, .editors_price input, #total input, input.send {
    font-weight: 700
    }
#indicate_service, .price, .left {
    text-align: left
    }
.sub_tbl, textarea {
    float: right
    }
input {
    color: #000
    }
input.send {
    background-color: #DAB981;
    border: 3px solid #746335;
    font-size: 14pt;
    padding: 10px;
    cursor: pointer
    }
.comment {
    font-size: 8pt
    }
.price {
    padding: 0 0 0 15px
    }
.text {
    padding: 10px 0
    }
.user {
    float: left;
    width: 250px
    }
#total {
    border: 2px solid #DAB981;
    padding: 7px 0
    }
#total_estimate {
    font-size: 14pt
    }
#total input {
    border: 1px solid #FFF;
    font-size: 13pt;
    width: 90px
    }
.editors_price input {
    width: 50px
    }
textarea {
    height: 100px;
    width: 560px
    }
#indicate_service {
    padding: 30px 0 10px 5px
    }
.def_tbl {
    margin: auto;
    width: 570px
    }
.sub_tbl {
    width: 90%
    }
.message {
    background-color: #E6DAC4;
    border: 3px solid #DAB981;
    font-size: 18pt;
    font-weight: bold;
    margin-right: 130px;
    padding: 15px;
    text-align: center
    }
#error {
    border: 3px solid red;
    color: red
    }
#ok {
    border: 3px solid green;
    color: green
    }