.yui-panel {
    margin: 2px;
    border: 0px solid #000000;
    font-size: 10px;
    color: #666666;
    background: #fff;
}
.yui-panel .container-close {
    position:absolute;
    top:3px;
    right:6px;
    width:25px;
    height:15px;
    background:url(images/button_close.gif) no-repeat 50% 50%;
    cursor:pointer;
}
.yui-panel .hd { 
    background: #8C8C8C;
    line-height: 20px;
    font-weight: bold;
    font-size: 10px;
    padding-left: 10px;
}
.yui-panel .bd {
    background: #ffffff;
    padding: 5px;
    overflow: auto;
}
.yui-panel .ft {
    background: #666666;
    line-height: 20px;
    font-weight: bold;
    font-size: 10px;
    padding-left: 10px;
}
.mask{
    background-color: #000000;
    opacity:.05;*filter:alpha(opacity=5);
} 
