.yui-panel .container-close {
    position:absolute;
    top:1px;
    right:1px;
    z-index:6;
    height:6px;
    width:6px;
    margin:0px;
    padding:0px;
    background:red;
    cursor:pointer;
    visibility:inherit;
}

.yui-panel .hd {
  background-color:#336;
  height:8px;
  border:0;
}

.yui-panel .ft {
  height:15px;
  padding:0;
}

