.write-to-us {
    color: #5b5b5b;
    padding: 20px 30px 10px;
    width: 563px;
}

/*structure*/
.write-to-us .left-side{
    width: 173px
}

.write-to-us .right-side{
    padding: 10px 0;
    width: 330px;
}

.write-to-us > h2{
    font-size: 26px;
    font-weight: bold;
    color: #272727;
    margin: 0;
    padding: 0 0 6px 0;
}

.write-to-us > .info{
    border-bottom: 1px dashed #000000;
    display: block;
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 12px;
    padding-bottom: 15px;
}

/*forms*/

/*left-side*/
.write-to-us .left-side label{
    width: 160px;
    margin-bottom: 18px;
}

/*right-side*/
.write-to-us .right-side .title{
    font-size: 11px;
    font-style: italic;
}

.write-to-us .right-side .title b{
    font-size: 12px
}


.write-to-us .right-side textarea{
    height: 86px;
}

.write-to-us .right-side .btn{
    float: right
}

.write-to-us .bt-close{
    background-position: 5px -104px;
    background-color: #CB3B3F;
    border-radius: 0;
    width: 20px;
    height: 20px;
    top: 10px;
    right: 10px;
}