
.callback {
    font-size: 14px;
    text-decoration: none;
    border-bottom: 1px dashed #DA251D;
}

.back {
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    z-index: 3;
}

#modal_callback {
    background: none repeat scroll 0 0 #c4e7c4;
    position: absolute;
    width: 420px;
    z-index: 100;
    right: 240px;
    top: 100px;
    display: none;
    text-align: left;
    padding-bottom: 16px;
    
     -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
}


#modal_callback ul {
    margin: 0;
    padding: 0;
}

#modal_callback ul > li {
    margin: 0;
    padding: 0;
}

#modal_callback .floatLeft {
    float: left;
    text-align: left;
    display: block;
}

#modal_callback .floatRight {
    float: right;
}

#modal_callback .firstLine {
    margin-top: 23px;
}

#modal_callback .textCol {
    color: #424242;
    font-size: 14px;
    line-height: 20px;
    margin: 0 16px;
    width: 117px;
}

#modal_callback input {
    font-size: 14px;
}

#modal_callback .width210 {
    width: 205px;
}

#modal_callback .width25 {
    width: 25px;
}

#modal_callback .width40 {
    width: 40px;
}

#modal_callback .width119 {
    width: 105px;
}

#modal_callback .width210 {
    width: 210px;
}

#modal_callback .clear {
    clear: both;
}

#modal_callback .nav {
    margin-top: 8px;
}

#modal_callback .city, #modal_callback form .tel {
    font-size: 14px;
    margin-top: 12px;
}

#modal_callback a.closelink {
    border-bottom: 1px solid #424242;
    color: #424242;
    font-size: 14px;
    font-style: italic;
    line-height: 16px;
    text-decoration: none;
    right: -90px;
    position: relative;
}

#modal_callback a.send {
    border-bottom: 1px solid #38CC0A;
    color: #38CC0A;
    font-size: 14px;
    font-style: italic;
    line-height: 16px;
    text-decoration: none;
}

#modal_callback .telephoneInfo {
    color: #929292;
    font-size: 12px;
    font-style: italic;
}

#modal_callback .any {
    margin-top: 8px;
}

#modal_callback p {
    margin: 0;
}

#modal_callback .textLastRow {
    color: #424242;
    font-size: 14px;
    margin: 0 16px;
    width: 250px;
}

#modal_callback .error {
    border: 1px solid #F00;
}

input.error {
    border: 1px solid #F00;
}