div#lightb{    
    background-image:url(../images/lightbox.gif);
    height:100%;
    left:0px;
    position:absolute;
    top:0px;
    width:100%;
    display:block;
    z-index:100;
    display:none;        
}

/*html>body div#lightb{position:fixed !important;} */
/* hack for IE 6*/

div#lightb_container {    
    position:absolute;    
    z-index:120;     
}

div#lightb_container div#lightb_msg {    
    color:black;
}

div#lightb_container div#lightb_msg table{
    empty-cells: show;    
    font-weight:bold;
    border-collapse:collapse;
    width:100%;
    padding:0px;
    margin:0px;    
}


div#lightb_container div#lightb_msg table th.crn {
    background-image:url('../images/corners.gif');
    height:10px;
    width:10px;
}


div#lightb_container div#lightb_msg table thead td.brd, div#lightb_container div#lightb_msg table tfoot td.brd {
    background-image:url('../images/bar-x.png');
    background-repeat:repeat-x;    
}

div#lightb_container div#lightb_msg table thead td.brd a.close {
    position:absolute;
    right:11px;
    top:11px;
    background-image:url('../images/close.gif');
    width:16px;
    height:16px;
}

div#lightb_container div#lightb_msg table thead td{
    background-position:center top;
}

div#lightb_container div#lightb_msg table tfoot td{
    background-position:center bottom; 
}


div#lightb_container div#lightb_msg table tbody th.brd {
    background-image:url('../images/bar-y.png');
    background-repeat:repeat-y;
}

div#lightb_container div#lightb_msg table tbody td#lightb_td {
    background-color:white;
}

div#lightb_container div#lightb_msg table thead th.crn.lft{
    background-position:left top;
}

div#lightb_container div#lightb_msg table thead th.crn.rgt{
    background-position:right top;
}

div#lightb_container div#lightb_msg table tfoot th.crn.lft{
    background-position:left bottom;
}

div#lightb_container div#lightb_msg table tfoot th.crn.rgt{
    background-position:right bottom;
}


div#lightb_container div#lightb_msg table tbody th.brd.lft{
    background-position:left center;
}

div#lightb_container div#lightb_msg table tbody th.brd.rgt{
    background-position:right center;
}



div#lightb_container div#lightb_msg table tbody td#lightb_td div#lb_msg_cntr {
    text-align:center;    
    padding:0px;
    margin:0px;        
}

div#lightb_container div#lightb_msg table tbody td#lightb_td div#lb_msg_cntr span.error{
    color:red;    
}