.LB_overlay {

	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	background: #717591;
}

.LB_window {
	position: absolute;
	background: #1f2235;
	display:none;
}

.LB_window #codebox {
   width: 420px;
   height: 80px;
   overflow: auto;
}


#LB_closeWindow{

	height:25px;
}

.LB_closeAjaxWindow{
background:#000;
border-top:3px solid #fff;
padding:2px 10px;
text-align:right;
	cursor: move;
}

.LB_closeAjaxWindow{
background:#000;
border-top:3px solid #fff;
padding:2px 10px;
text-align:right;
	cursor: move;
}

.LB_closeAjaxWindow a{
	cursor: pointer;
	color:#68ff3a
}

.LB_content{
  text-align:left;
	overflow:auto;
}

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