.buttonPlus {
        width: 20px;
        height: 20px;
        background: url('http://localhost/alcontabil/templates/themes/redmond/images/ui-icons_2e83ff_256x240.png') 512px -192px;
    }
.service-green {
    background-color: green;  
}
.service-yellow {
    background-color: yellow;  
}
.service-red {
    background-color: red;      
}
#adicionais {
    width: 550px;
}
.buttonMinus {
    width: 20px;
    height: 20px;
    background: url('http://localhost/alcontabil/templates/themes/redmond/images/ui-icons_2e83ff_256x240.png') 496px -192px;
}
.fieldOk{
    border: 1px solid #66FF66;
}
.fieldNoOk {
    border: 1px solid #FF6666;
}
form {
  width: auto;
  height: auto;
  text-align: center;
}