.spacer{
	clear:both; 
	font-size:0; 
	line-height:0;
}

.black_overlay_player{

            display: none;
            position:absolute;
            top: 0%;
            left: 0%;
            width: /*1000px;*/100%;
            height: 100%;
            background-color: white;
             z-index:1004;
           /*-moz-opacity: 0.8;*/
            opacity:.80;
            filter: alpha(opacity=80);
			float:right;
}



.white_content_player {

           display: none;
            position: absolute;
            top: 15%;
            left: 30%;
            width: 560px;
            height:auto;
            padding: 16px;
           border: 1px solid #B3D8F2;
            background-color: white;
            z-index:1006;
}


.black_overlay{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	height: 100%;
	background-color:#ffffff;
	z-index:5001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
.white_content {
	position: absolute;
	top: 50%;
	 
	z-index:5010;
	display:none;
	overflow: auto;
	height:auto;
	padding-top:10px;	
	padding-bottom:10px;	
	width:380px;  
          /*

            position: absolute;

         

            width: 350px;

            height: 150px;

            padding: 16px;

            border: 0px;

            background-color:inhert;

            z-index:5010;

            overflow: auto;
*/
}

.white_content_admin {
	position: absolute;
	top: 50%;
	z-index:5010;
	display:none;
	overflow: auto;
	width:380px;
	height:auto;
	padding-bottom:10px;	
}
.white_content_customer {
	position: absolute;
	top: 50%;
/*	left:500px;
		padding-left:319px; */ 
	z-index:5050;
	display:none;
	overflow: auto;
	width:380px;
	height:auto;
	padding-bottom:10px;
	
	
}


.lb_top{
	height:15px;
	width:350px;
	background:url(../images/customers/lb_bg_top.jpg) 0 bottom no-repeat;
}

.lb_middle{
	height:auto;
	width:330px;
	background:url(../images/customers/lb_bg_middle.jpg) 0 0 repeat-y;
	padding:0 10px;
	padding-bottom:10px;
	
}
.lb_bottom{
	height:15px;
	width:350px;
	background:url(../images/customers/lb_bg_bottom.jpg) 0 top no-repeat;
}

.lb_inner_top {
   height:34px;
   width:330px;
   float:left;
   border-bottom:1px solid #A3A3A3;
}

.lb_inner_top .lb_icon_area{
   height:32px;
   width:35px;
   float:left;
}

.lb_inner_top .lb_icon_head_area{
   height:32px;
 /*  width:285px;*/
   float:left;
   font:bold 14px/32px Arial, Helvetica, sans-serif;
   color:#232323;
   padding:0 5px;
}

.lb_inner_middle {
   height:auto;
   width:330px;
   float:left;
   font:normal 11px/16px Arial, Helvetica, sans-serif;
   color:#232323;
   text-align:left;
   padding:5px 0;
}

.lb_inner_bottom {
   height:36px;
   width:330px;
   float:left;
   border-top:1px solid #A3A3A3;
}

.lb_inner_bottom  .lb_button_area{
   height:22px;
   width:300px;
   margin:0 auto;
   padding-top:10px;
  }