
.LB_overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #666666;
	filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
	z-index: 900;
}

.LB_window {
	position: absolute;
	background: #fff;
	color:#000000;
	display:none;
	z-index: 1000;
	/*border: 4px solid #FF9600;*/
	/*border:2px solid #606060;*/
	
}

.LB_window #codebox {
   width: 420px;
   height: 80px;
   margin: 0 65px 15px 65px;
   border: 1px dotted #666;
   overflow: auto;
   z-index: 2000;
}

.LB_window label {
   margin: 0;
}


.LB_caption{
	height:25px;
	padding:10px 30px 10px 25px;
	float:left;
   width: 100%;
}



#LB_closeWindow{
	height:25px;
	padding:10px 25px 10px 0;
	float:right;
}

.LB_title{
	text-align:left;
	font-weight:bold;
	float:left;
	cursor: move;
	padding:3px;
	padding-left:4px;
	padding-bottom:0;
	color:#606060;
	background-color:#f0f0f0;
}

.LB_closeAjaxWindow{
	cursor: move;
	padding:5px 10px 7px 0;
	padding-right:0;
	padding-top:0;
	padding-bottom:0;
	margin-bottom:1px;
	text-align:right;
	/*background-color:#FFFFFF;*/
	background-color:#f0f0f0;
	/*border-bottom:1px solid #606060;*/
}

.LB_closeAjaxWindow a{
	cursor: pointer;
}

.LB_content{
	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;
}