
fieldset {
    /*background-color: whitesmoke;*/
    width: 100%;
    padding: 5px;
    border-radius: 5px;
    border: 1px silver solid;
    font-size: small !important;
    padding: 5px;
}


/*.XXXlegend {*/

/*background-color:silver;*/
/*color:black;
padding:5px;
font-size:small !important;
}*/

span.fieldset-legend {

z-index:1;
}

legend {
    text-align: left;
    margin-left: 15px;
    margin-top: -15px;
    border-radius: 5px;
    background-color: #ff8000 !important;
    /*background-color: #3366cc;*/
    color: white;
    font-size: small !important;
    width: auto;
    padding: 5px;
}
