

.lb_background{

display: block;
position: absolute;
width: 100%;
height: 100%;
background-color: #000000;
color: #336699;
z-index: 10099;
left: 0px;
top: 0px;

}

.lb_body{

display: block;
position: absolute;
width: 50%;
height: auto;
background-color: #ffffff;
border: solid 1px #666666;
color: #336699;
z-index: 10100;

}

.lb_body .lb_content{

display: block;
width: 98%;
height: 10%;
background-color: #336699;
color: #ffffff;

}

.lb_body .lb_content table{

text-align: left;

}

.lb_body .lb_title{

display: block;
width: 96%;
height: 20px;
line-height: 20px;
padding: 2px;
background-color: #336699;
color: #ffffff;
font-size: 12px;
font-weight: bold;

background-image: url("../images/lateral_menu_active_bg.jpg");
background-position: center center;
background-repeat: repeat-x;

}

.lb_body .lb_closer{

display: block;
width: 12px;
height: 10px;
margin:2px;
margin-top:1px;
line-height: 12px;
padding: 2px;
background-color: #ffffff;
color: #336699;
font-size: 12px;
font-weight: bold;
text-decoration: none;
float: right;
text-align: center;
border-left: inset 2px #dedede;
border-bottom: inset 2px #dedede;

}

.lb_body .lb_loading{

	margin:	20% 45%;
}