div#LB_overlay {
	width : 100%;
	background-color : #01264c;
	position : absolute;
	top : 0px;
	left : 0px;
	z-index : 100;
	opacity : 0.7;
	display : none;
}

div#LB_frame {
	z-index : 200;
	background-color : transparent;
	position : absolute;
	display : none;
}

div#LB_frame div.head {
	float : left;
	margin-right : 0.2em;
	height : 40px;
	background-color : #FFFF00;
	padding-left : 2em;
	padding-right : 2em;
}

div#LB_frame div.head span {
	display : block;
	margin-top : 16px;
	text-transform : uppercase;
	font-size : 9px;
	font-weight : bold;
}

div#LB_frame div.body {
	float : left;
	background-color : white;
	border-right : 2px solid black;
	border-bottom : 2px solid black;
}