.LB_overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000000;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

.LB_window {
	position: absolute;
	background: #4c4c4c;
	color:#cccccc;
	display:none;
	border: 1px solid #080808;
}

.LB_window textarea{
	width: 480px;
	height: 40px;
}

.LB_window label {
   margin: 0;
}

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

.LB_title{
	padding:4px 0px 10px 10px;
	color: #ff3300;
	font-weight: bold;
	font-size: 17px;
	float: left;
}

#LB_closeWindow{
	height:25px;
	padding:10px 25px 10px 0;
	float:right;
}
.LB_padding{
	padding: 15px 10px 0px 10px;
}
.LB_closeAjaxWindow{
	cursor: move;
	padding:5px 10px 7px 0;
	margin-bottom:1px;
	text-align:right;
	font-weight: bold;
	color: #ffffff;
	background-color:#2d2d2d;
	border-bottom: 1px solid #2d2d2d;
}

.LB_closeAjaxWindow a{
	cursor: pointer;
}

.LB_content{
	position: relative;
	top: -1px;
	line-height: 170%;
	text-align: left;
	overflow:auto;
	background-image: url(../graphics/LB_down_arrow.png);
	background-repeat: no-repeat;
	background-position: 20px 0px;
}

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