#botaoMaisDetalhes{
    background-color: #CC3366;
    color: #FFFFFF;
}
.botoes{
    background-color: #CC3366;
    color: #FFFFFF;
}

#aba{
    border-style: solid;
    border-width: 1px;
    border-color: #ffffff;
    width: 100%;
    background-position: top;
    background-repeat: repeat-x;
    border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
}
#aba div {
    height: 30px;
    line-height: 30px;
    font-size: 26px;
    text-align: left;
    color: #CC3366;
}
#abaBordas{
    border-style: solid;
    border-width: 1px;
    border-color: #cccccc;
    width: 100%;
    margin-bottom: 20px;
}
#abaBordas div {
    padding: 10px;
}