.LB_overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.LB_window {
	background: #fff;
	position: absolute;
	display: none;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: left;
	line-height: 0;
}

.LB_window #codebox {
   width: 420px;
   height: 80px;
   margin: 0 65px 15px 65px;
   overflow: auto;
}
.LB_window label {
   margin: 0;
}

.LB_caption {
	height:25px;
	padding:10px 30px 10px 25px;
	float:left;
   width: 100%;
}

#LB_closeWindow {
	padding:10px 25px 10px 0;
	float:left;
}

.LB_closeAjaxWindow {
	cursor: move;
	padding:10px 10px 7px 10px;
	margin-bottom:1px;
	text-align:left;
	background-color:#002776;
}

.LB_closeAjaxWindow a {
	cursor: pointer;
   color: #fff;
}

.LB_content {
   background: #fff;
	overflow:auto;
   padding: 20px;
}

.LB_resize {
   background-image: url("/images/handle.gif");
   background-position: bottom right;
   background-repeat: no-repeat;
   height: 13px;
   width: 15px;
   position: absolute;
   bottom: 0;
   right: 0;
}
