/*//////////////////////////////////////////////////////BASIC STRUCTURE*/
#lb-container, #lb-background { position: fixed; left: 0; top: 0; width: 100%; height: 100%; z-index: 1;}
#lb-content { margin: 0pt auto; width: 60%; position: relative; z-index: 2; padding:  30px 8px 10px; display: none; top: 10%;}
    #lb-content.notify { width: 98%; position: fixed; padding: 30px 1% 1% 1%; left: 1px; top: 0;}
#close-lb { position: absolute; top: 30px; right: 10px; width: 20px; height: 20px;}

/*//////////////////////////////////////////////////////BASIC STRUCTURE*/

/*//////////////////////////////////////////////////////BASIC STYLE*/
#lb-background { background-color: rgba(0,0,0,0.5);}
#lb-content { background-color: #eeeeee;}
    #lb-content.valid, #lb-content.error, #lb-content.caution, #lb-content.info { background-position: top; background-repeat: repeat-x;}
    #lb-content.valid { background-image: url(../img/tiled/notify-ok.png)}
    #lb-content.error { background-image: url(../img/tiled/notify-ko.png)}
    #lb-content.caution { background-image: url(../img/tiled/notify-cuidado.png)}
    #lb-content.info { background-image: url(../img/tiled/notify-info.png)}
/*//////////////////////////////////////////////////////BASIC STYLE*/