form {
    margin:0;
    padding:0;
}
#contacts {
    margin:0 1px;
    padding:0 17px;
    height:424px;
    background:#f8f9de url(/images/contacts/cont_bg.gif) repeat-x bottom;
    text-align:left;
}

#contacts h1 {
    margin:0;
    padding:10px 0 5px 0;
    font-family:Arial;
    font-size:24px;
    font-weight:bold;
    color:#680e1d;
}

#mailTbl {
    margin:10px 0;
    background:#ebecd3;
}

#mailTbl td {
    padding:0 0 8px 0;
}

#mailTbl .text {
    padding:3px 0;
    margin-left:8px;
    width:304px;
    font-family:Tahoma;
    font-size:11px;
    border:1px solid #c0c1ac;
}

#mailTbl .textarea {
    margin-left:8px;
    width:304px;
    height:95px;
    font-family:Tahoma;
    font-size:11px;
    border:1px solid #c0c1ac;
}

#mailTbl .submit {
    padding:1px 0;
    margin-left:8px;
    width:304px;
    font-family:Tahoma;
    font-size:11px;
    border:1px solid #c0c1ac;
    background:#dfe0c8;
}

#contacts .left {
    float:right;
    width:405px;
}

#contacts .ctrl {
    width:332px;
    line-height:26px;
    margin:15px 0 0 30px;
    background:#ebecd3 url(/images/contacts/ctrl_right.gif) no-repeat right top;
}

#contacts .ctrl .left {
    width:auto;
    float:none;
    padding:0 20px;
    background:url(/images/contacts/ctrl_left.gif) no-repeat left top;
    font-weight:bold;
}

#contacts .ctrl a {
    float:right;
    color:#000;
    font-weight:bold;
    text-decoration:none;
}

#contacts .ctrl a img {
    margin:3px 0 0 5px;
}

#contacts .ctrl a:hover {
    text-decoration:underline;
}

#contacts .address {
    margin:15px 0 5px 0;
    padding:0 0 0 205px;
    height:118px;
    background:#676860 url(/images/contacts/office.jpg) no-repeat left top;
    color:#fff;
}

#contacts .address p {
    margin:0;
    padding:5px 0 0 0;
}

#contacts .byFax {
    margin:14px 0 0 0;
    padding:8px;
    background:#ebecd3;
    border:1px solid #cbccb6;
    text-align:center;
}
#contacts .byFax a {
    line-height:16px;
    color:#c70000;
    font-weight:bold;
}

#contacts .byFax a:hover {
    text-decoration:none;
}