.content-contacts {
    margin-top: 25px;
}

.contact-form {
    width: 578px;
    background: url(/img/design/form-bottom_06.jpg) no-repeat bottom rgb(226,234,237);
    margin-bottom: 43px;
}

.contact-form .content {
    background: url(/img/design/form-top_03.jpg) no-repeat top;
    padding: 20px 22px 29px 20px;
}

.contact-form .content H3{
    margin-top: 0px;
}

.contact-form .header {
    padding-bottom: 7px;
}

.contact-form .field-header {
    color: #231f20;
    font-size: 12px;
    font-weight: bold;
    margin-top: 21px;
    padding-bottom: 8px;
}

.contact-form .input INPUT {
    background: white url(/img/design/input_border.gif) repeat-x top left;
    width: 382px;
    border-left: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    border-top: 1px solid #aaaaaa;
    border-bottom: 0px none;
    padding: 7px 5px;
    font-size: 14px;
    font-family: Arial;
}

.contact-form TEXTAREA{
    background: url(/img/design/long-input_06.jpg) repeat-x top left;
    height: 88px;
    width: 382px;
    padding: 7px 5px;
    border: 0;
    resize: none;
    font-size: 14px;
    font-family: Arial;
}

.contact-form .phone_data{
    padding-bottom: 35px;
}

.contact-form .slider {
    /*background: url(/img/design/time-bg_09.jpg) top repeat-x;*/
    width: 239px;
}

.contact-form .slider.double .ui-state-default, 
.contact-form .slider.double .ui-widget-content .ui-state-default{
    background: url('/img/design/slider_pin_time.png') no-repeat top left;
}

.contact-form .ui-slider .ui-slider-handle{
    width: 23px;
    height: 23px;
}

.contact-form .slider .time {
    margin-top: 26px;
    background-image: url(/img/design/time-bg_07.jpg);
    background-repeat: no-repeat;
    width: 40px;
    height: 18px;
    color: #ffffff;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    padding-top: 5px;
    font-weight: bold;
    margin-left: 2px;
}

.contact-form .slider .time.time-end {
    background-image: url(/img/design/time-bg-right_17.jpg);
    margin-left: 0px;
    position: relative;
    left: -19px;
}

.contact-form .communication-mode UL LI {
    float: left;
    padding-right: 6px;
}

.contact-form .communication-mode UL LI.active .left {
    width: 3px;
    height: 25px;
    background-image: url(/img/design/mode-left_03.jpg);
}

.contact-form .communication-mode UL LI.active .right {
    width: 3px;
    height: 25px;
    background-image: url(/img/design/mode-right_05.jpg);
}

.contact-form .communication-mode UL LI.active .center {
    height: 25px;
    background: url(/img/design/mode-center_05.jpg) repeat-x;
}

.contact-form .communication-mode UL LI .center A {
    color: #159cda;
    border-bottom: 1px dotted #159cda;
    font-size: 14px;
    font-weight: bold;
    margin: 4px 8px 0 8px;
    display: block;
}

.contact-form .communication-mode UL LI.active .center A {
    color: #ffffff;
    border-bottom: none;
}

.contact-form .button-submit {
    width: 147px;
    height: 34px;
    margin-top: 20px;
    border: 0px;
    background: none;
    cursor: pointer;
}

/*ошибки*/
.contact-form .input.errors INPUT{
    background: white none;
    border: 2px solid #ff7e00;
    color: #ff7200;
    font-weight: bold;
}

.contact-form .input.errors .error{
    float: right;
    width: 139px;
    height: 62px;
    background: url('/img/design/callback_form_errors.png') no-repeat left top;
    position: relative;
    top: -49px;
}

.contact-form .input.errors .error .inner{
    margin: 7px 10px 10px 25px;
    color: #5e859c;
    font-size: 14px;
    font-weight: bold;
}