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

.LB_window {
	position: absolute;
	/*background: #fff;*/
	background: url(http://www.kosmetik-buecker.de/livedemo/images/box.png) no-repeat;
	background-position: 0 25;
	color:#000000;
	display:none;
	border: 2px solid #ffd398;
	/*border: none;*/
}

.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_caption a{
	color: #000000;
}
#LB_closeWindow{
	height:25px;
	padding:10px 25px 10px 15px;
	float:right;
}

.LB_closeAjaxWindow{
	/*cursor: move;*/
	padding:5px 10px 7px 0;
	margin-bottom:1px;
	text-align:right;
	background-color:#cde4c5;
}

.LB_closeAjaxWindow a{
	cursor: pointer;
	color: #000000;
	text-decoration: 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;
}
