* body{
    font-size: 12px;
    font-family: Arial;
}
.ui-menu{
    width:180px; 
    text-align: left;
    z-index: 1;
}
.borda{
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}
.tabelapadrao tr td{
    border-bottom:solid 1px #e5e5e5;
    padding: 5px;
}
.tabelapadrao tr th{
    background:#e5e5e5;
    color:#000;
    padding: 5px;
    font-weight: normal;
}