.lb_overlay{ 
/*    background: url(./modules/images/overlay.png) repeat;*/
    position: fixed;
    z-index: 9998;
   filter:alpha(opacity=40);
   -moz-opacity:.40;
   opacity:.50;
    background-color: #000000;
}

.lb_box{
   width: 0px; 
   height: 0px;
   background-color: #202020;
   text-align:center ;
   z-index: 9999 !important;
}

#lb_close{
   cursor:pointer;
  /* background: url(../images/delete.gif);*/
   width: 10px;
   height: 10px;
   position: fixed;
   top: 5px;
   right: 5px;
   z-index: 99999;
}

.lb_box_content {
	position:fixed;
	top: 10px;
	width: 900px;
	left: 10%;
	background-color: #FFFFFF;
	position: absolute;
	padding:15px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
#lb_box_content table {
	/*width: 870px;*/
	max-width:100%;
	border-collapse: collapse;
}
#lb_box_content td, #lb_box_content td table.padded td {
	padding: 8px;
	font: 12px Arial, Helvetica, sans-serif;
}
#lb_box_content td td {
	padding: 0px 10px 10px 0px;
	font: 12px Arial, Helvetica, sans-serif;
}
#lb_box_content td table.padded td {
	padding: 10px 5px 10px 0px;
	font: 12px Arial, Helvetica, sans-serif;
}
#lb_box_content th {
	padding: 8px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #666;
}
#lb_box_content td th {
	padding: 8px 10px 4px 0px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #666;
}
#lb_box_content td.extraPadding {
	padding: 6px 3px;
	font: 12px Arial, Helvetica, sans-serif;
}

#lb_box_content table.lb_box-Outline {
	border: solid 1px #CCCCCC;
}
#lb_box_content table.lb_box-Outline td, #lb_box_content table.lb_box-Outline th {
	border-bottom: solid 1px #CCCCCC;
}
#lb_box_content table.lb_box-Outline td td, #lb_box_content table.lb_box-Outline th th {
	border-bottom: none;
}