input.txt {
    display: block;
}
input.txt {
    width: 448px;
    height: 39px;
    padding: 10px 10px 10px 20px;
    border: none;
    outline: none;
    background: url(field-contact.png);
}

input.txt:focus {
    background: url(field-contact-hover.png);
}

textarea {
    width: 440px;
    padding: 10px;
    height: 91px;
    background: url(text-area-contact.png) no-repeat;
    display: block;
    outline: none;
    border: none;
}

table.formcontato tr td {
    font-size: 16px;
    color: #666;
    text-align: right;
    vertical-align: middle;
    
}

button.btncontato {
    width: 149px;
    height: 38px;
    cursor: pointer;
    text-indent: -9999px;
    border: none;
    background: url(button-contact.png);
}

button.btncontato:hover {
    background: url(button-contact-hover.png);
}

.form {
    float: left;
}

.sidebar-endereco {
    font-size: 13px;
    color: #727272;
    float: left;
    width: 297px;
    height: 284px;
    padding: 15px;
    margin: 4px 0 0 20px;
    background: url(bg-endereco.png) no-repeat;
}

.sidebar-endereco h2 {
    margin: 10px 0 20px 0;
    font-size: 16px;
    color: #265c80;
}

.sidebar-endereco p {
    margin: 10px 0 10px 0;
}

.dotsline {
    margin: 20px 0 5px 0;
    background: url(line.png) no-repeat;
    width: 297px;
}

p.emailcontato {
    color: #2c91d4;
    font-weight: bold;
    font-size: 18px;
    padding-bottom: 10px;
}

p.fone {
    font-size: 16px;
    color: #777;
    font-weight: bold;
}