@CHARSET "UTF-8";
#lightbox_wrap{
 display:none;
}
#lightbox{
 position: absolute;
/* top:50%;*/
 left:50%;
 z-index:9000;
 width:494px;
 /*min-height:400px;*/ 
 margin:-240px 0 0 -250px;
 text-align:left;
 padding: 3px;
 /*background-color: gray;
 	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;*/
}
#overlay{
	display: block;
	position: fixed;
	z-index: 1001;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color:#000;
	opacity:0.5;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
}
#lightbox.done #lbLoadMessage{
 display:none;
}
#lightbox.done #lbContent{
 display:block;
 float:left;
}
#lightbox.loading #lbContent{
 display:none;
}
.lb_top{
  background:url("/images/components/lb_top_line.gif") top left no-repeat !important;
   width:494px;
   height:15px;
  }
  
 .lbClose, #lbClose{
 display:block;
 position:absolute;
 top:22px;
 left:453px;
 text-decoration:none;
 float:right;
 width:14px;
 height:14px;
 background:url("/images/components/l_close.gif") top left no-repeat;
 z-index:9001;
}
.lbClose:hover, #lbClose:hover{
  background:url("/images/components/l_close_hover.gif") top left no-repeat;
  cursor: pointer;
}
.l_info{
 line-height:20px;
 clear:both;
 float:none;
 color:#656565;
 padding:10px 30px 0px 30px;
 position:relative;
}
div.error {
 height:20px;
 color:#CC0000;
}
.lb_head{
  background:url("/images/components/lb_top_body.gif") top left repeat-y !important;
  width:494px;
 }
.lb_line{
  background:url("/images/components/lb_line.gif") top left no-repeat !important;
  width:494px;
  height:1px;
  font-size:1px;
 }
.lb_body{
 background:url("/images/components/lb_bottom_body.gif") bottom left repeat-y !important;
  width:484px;
  padding: 5px 0px 5px 15px;
 }
.lb_bottom{
  background:url("/images/components/lb_bottom_line.gif") top left no-repeat !important;
  width:494px;
  height:24px;
  float: left;
 }