.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;z-index: 500;
}

.LB_window {z-index: 502;
	position: absolute;
	color:#000000;
	display:none;
}

.LB_window #codebox {
   width: 420px;
   height: 80px;
   margin: 0 65px 15px 65px;
   overflow: auto;
}
.LB_window label {
   margin: 0;
}

.LB_caption{
height:25px;
padding:10px 30px 10px 25px;
float:left;
width: 100%;
}

/*#LB_closeWindow{
background: url(../gfx/fr/boutons/closed.gif) no-repeat;
width:61px;
height:18px;
position:absolute;
top:15px;
_top:29px;
right:55px;
text-indent:-9999px;
}

.LB_closeAjaxWindow {
	cursor: move;
	padding:5px 10px 7px 0;
	margin-bottom:1px;
	text-align:right;
	background-color:#9FBCC8;
}*/

.LB_closeAjaxWindow a {
background: url(../gfx/fr/boutons/closed.gif) no-repeat;
width:61px;
height:18px;
position:absolute;
top:0;
right:55px;
text-indent:-9999px;
z-index:600;
}

.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;
}