div.darkpanel {
    border: 1px solid  #444; 
}

.yui-skin-sam .yui-panel-container.shadow .underlay {
    background: black;
 filter:alpha(opacity=80); 
 opacity: 0.80;
    
}


.yui-skin-sam .yui-panel .hd { background: black; text-align: left; color: white; border:0; }

.yui-skin-sam .yui-panel .bd { background: transparent; text-align: left; color: white; border:0; height: 400px;}

.yui-skin-sam .yui-panel .ft { border: 0; } 

.yui-skin-sam .mask { 
 filter:alpha(opacity=40); 
 opacity: 0.40;
}

.yui-skin-sam .yui-panel a {
 color: #ccc;
    text-decoration: none;
}


.yui-skin-sam .yui-panel a:hover {
 color: #fff;
    text-decoration: none;
}

.yui-skin-sam .yui-panel a.layerbutton {
 border: 1px solid #ccc;
 padding:2px;
 color: #ccc;
    background: black;
    
}

.yui-skin-sam .yui-panel a.layerbutton:hover {
 border: 1px solid white;
 color: white;
    background: black;
    
}
