.LB_overlay {
	z-index:98;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	/*height: 100%;*/
	background-color: #fff;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

.LB_window {
	z-index:99;
	position: absolute;
	background-color:#FFF;
	color:#000000;
	display:none;
	border: 5px solid #2E2E2E;
	margin:0;
	font-size:14px;
}
.LB_window #codebox {
   width: 420px;
   height: 80px;
   border: 1px dotted #666;
   overflow: auto;
}
.LB_window label {
   margin: 0;
}
.LB_window textarea {
	font-family: "Trebuchet MS", Verdana;
	width:100%;
	height:43px;
	border:1px solid #999999;
	font-size:13px;
	overflow:hidden;
	color:#FF0000;
	padding:3px;
	margin:10px 0 10px 0;
}

.LB_caption{
	height:25px;
	float:left;
	width: 100%;
}

#LB_closeWindow{
	height:25px;
	float:right;
}

.LB_closeAjaxWindow{
	width:99%;
	_width:100%;
	text-align:right;
	background-color:#FFF;
	margin:9px 9px 0 0;
	_margin:9px 0 0 0;
	padding:0;
}

.LB_closeAjaxWindow a {
	width:22px;
	cursor: pointer;
	border:none;
}

a.texto {
	cursor: pointer;
	color:#0151A8;
	font-weight:bold;
	text-decoration:none;
}
a.texto:hover {
	text-decoration:underline;
}

.LB_closeAjaxWindow a img {
	border:none;
}

.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;
}