
.mbsFieldsetCls{
    /* border:2px solid black; */
    border: #ddd 2px solid;

    margin: 1em 0 1em 0;
    /* margin-bottom: 1em; */

    padding: 0.5em 1em 0.5em 1em;
    border-radius: 3px;
}
.mbsFieldsetCloseCls{
    position: relative;
    top: -18px;
    background-color: inherit; /* white; */
    padding: 0px 3px 0px 3px;
    float: right;
	font-weight: bold;
    cursor: pointer;
    display: none;
}
.mbsFieldsetCloseCls:hover {
    color: red; /* #a61d4a; /* red; */
}
.mbsLegendCls{
    height: 1px
}
.mbsLegendTitleCls{
    position: relative;
    top: -20px;
    background-color: inherit; /* white; */
    padding: 0px 5px 0px 5px;
	font-weight: bold;   
    cursor: pointer;     
    display: none;
}
.mbsLegendTitleCls:hover {
    color: blue; /* #a61d4a; /* blue; */
}

.mbsFieldsetCls_Selected {
    border-color: #a61d4a;
}

.div-fieldset-list {
    float: left;
    width: 100%;
}

.mbsFieldsetCls .form-group {
    margin-bottom: 0px;
}