#contact-table {
    float:left;
}
#contact-table td {
    text-align:right;
    vertical-align:top;
}
.texto {
    width:230px;
}
select {
    width:auto !important;
}
textarea {
    width:230px;
    height:100px;
}
#table-buttons input{
    width:110px;
}
#atendimento {
    font-size:75%;
    margin-bottom:15px;
}
iframe {
    float:right;
}

.logged-user {
    color:#255D9E;
    font-style:italic;
}