.LB_overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(20,20,20);
	filter:alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
	z-index: 2000;
}

.LB_window {
	position: absolute;
	background: rgb(145,145,145);
	display:none;
	z-index: 2001;
}

.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%;
}

#window-close{
	margin: -28px 15px 0 0;
	background: transparent url(../images/btn-close.gif) no-repeat top left;
	width: 15px
	height: 15px;
}

.LB_closeAjaxWindow{
	text-align: left;
}

.LB_closeAjaxWindow img{
	border: 0;
	margin-top: 2px
}

.LB_closeAjaxWindow a{
	cursor: pointer;
	float: right;
	margin-top: -24px;
	text-decoration: none;
}

#litbox-title-help{
	background: #fff;
	color: #fff;
	font-size: 24px;
	font-weight: 100;
	letter-spacing: -1px;
	background: rgb(104,75,36) url(../images/window_head_help.gif) repeat-x top left;
	padding: 5px 18px 5px 18px;
	height: 28px;
	}

#litbox-body-help{
	z-index: 300000;
	}	

#litbox-title-alert{
	color: rgb(234,24,98);
	font-size: 22px;
	font-weight: normal;
	background-color: rgb(54,54,54);
	border-top: 1px solid rgb(115,115,115);
	border-bottom: 1px solid #000;
	padding: 5px 18px 5px 18px;
	height: 28px;
	}

#litbox-body-alert{
	background: #fff;
	color: #2a2a2a;
	font-size: 15px;
	letter-spacing: -1px;
	text-transform: uppercase;
	text-align: center;
	}

#litbox-body-quickalert{
	background: rgb(145,145,145);
	}

#litbox-title-confirm{
	color: #fff;
	font-size: 24px;
	font-weight: 100;
	letter-spacing: -1px;
	background: rgb(7,223,255) url(../images/dash_nametitlebg.gif) repeat-x top left;
	padding: 5px 18px 5px 18px;
	height: 28px;
	}

#litbox-body-confirm{
	background: #fff;
	color: #2a2a2a;
	font-size: 15px;
	letter-spacing: -1px;
	text-transform: uppercase;
	text-align: center;
	}

.LB_content{
	overflow:auto;
}

.LB_resize{
	cursor: move;
  background-image: url(../images/window_drag_handle.gif);
  background-position: bottom right;
  background-repeat: no-repeat;
  height: 13px;
  width: 13px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index:30000;
}

.qalert-holder {
	display: none;
}