.LB_overlay {
	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 {
  position: absolute;
  background: #fff;
  color:#000000;
  display:none;
  border: 4px solid #3469B2;
  height: 712px !important;
}

.LB_window #codebox {
	width: 420px;
	height: 80px;
	margin: 0 65px 15px 65px;
	border: 1px dotted #666;
	overflow: auto;
}
.LB_window label {
	margin: 0;
}

.LB_caption{
	height:25px;
	padding:10px 30px 10px 25px;
	float:left;
	width: 100%;
}

#LB_closeWindow{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	height:20px;
	padding:5px 5px 5px 0;
	float:right;
}

.LB_closeAjaxWindow {
	width: 720px;
	height: 18px;
	padding: 15px 0 5px 0;
	margin-bottom: 1px;
	text-align: right;
	background: #3469B2 url(../images/titulos/tit-comparador-popup.png) no-repeat 1% 50%;
}

.LB_closeAjaxWindow a {
	margin-right: 15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight: bold;
	color: #EEE;
	text-decoration:none;
}
.LB_closeAjaxWindow a:hover { color: #FFF; }

.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;
}