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

.LB_window {
	position: absolute;
	background: #fff;
	color:#000000;
	display:none;
	z-index: 310;
	overflow: hidden;
}

.LB_window #codebox {
   width: 420px;
   height: 80px;
   margin: 0 65px 15px 65px;
   border: 1px dotted #666;
   overflow: hidden;
}
.LB_window label {
   margin: 0;
}

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

#LB_closeWindow{
	height:25px;
	padding:10px 25px 10px 0;
	float:right;
}

.LB_closeAjaxWindow {
	/*cursor: move;*/
	padding: 0;
	margin: 7px 12px 0 12px;
	height: 47px;
	background: url('../images/litbox/bg_header.jpg') 0 0 repeat-x;
}

h5.LB_headerAjaxWindow {
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
	float: left;
	margin: 5px 0 0 0;
}

.LB_closeAjaxWindow a{
	cursor: pointer;
}

.LB_content{
	overflow:hidden;
	margin: 0 12px;
}

.lb_loading {
	height: 200px;
	background: url('../images/lightbox/loading.gif') 50% center no-repeat;
}

.LB_closeAjaxWindow.validation {
	background:#EF7F01 none repeat scroll 0 0;
	margin:0;
}

.LB_closeAjaxWindow {
	background:transparent url(../images/litbox/bg_header.jpg) repeat-x scroll 0 0;
	height:47px;
	margin:7px 12px 0;
	padding:0;
}

span.LB_headerAjaxWindow.validation {
	background:transparent url(../images/icns/alert.gif) no-repeat scroll 0 0;
	display:block;
	height:16px;
	left:10px;
	position:relative;
	top:10px;
	width:16px;
}

.LB_alert_content {
	overflow:hidden;
	padding:12px;
}