


/* BEGIN - Your CSS styling starts here */


.fabrikGroup{
    border: 1px solid #84c555;
    border-radius: 5px;
    margin: 10px 0 10px;
    padding: 30px;
    width: auto;
}


.legend  {
    background: #0084CE none repeat scroll 0 0;
    border: medium none !important;
    border-radius: 5px;
    color: #fff;
    font-size: 120%;
    line-height: normal !important;
    margin-top: 18px !important;
    padding: 5px;
    margin: 0;
    width:auto;
}

.fabrikElementContainer {
    background: rgb(245 251 255) none repeat scroll 0 0; 
    border-radius: 5px;
    margin: 0 0 10px;
    padding: 25px;
}

.fabrikLabel {font-weight: bold;}

.fabrikElement {margin-top:5px;}

.icon-star, .icon-warning {color: #f00;}





/* END - Your CSS styling ends here */


