wbr:after { content: "\00200B" }

.overlay {
    width: 100%; 
    height: 100%;
    background: black;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 98;
}
.dialog {
    width: 50%;
    background: #EEEEEE;
    position: fixed;
    top: 25%;
    left: 25%;
    z-index: 99;
    border: 1px solid black;
    padding: 12px;
}
.dialog td,tr,th{
    border: 0px;
}

.dialog_checkbox{
    float:left;
    margin:0 0 13px;
    height: 18px;
    width: 18px;
}

.dialog_select{
    float:left;
    margin: 0 0 13px;
    color: #484848;
    width: 250px;
}

.dialog_label {
    float:left;
    line-height: 16px;
    margin: 0 0 0 5px ;
    width: 75px;
    text-align: left;
}

.dialog_input{
    float: left;
    margin:0 0 13px;
    color: #484848;
    width:243px;
}

.dialog_textarea{
    float: left;
    margin:0 0 13px;
    color: #484848;
    font-family: tahoma;
    font-size: 11px;
    width:243px;
    height: 50px;
    overflow: auto;
}
.square60{
  width:60px;
  height:60px;
  overflow:hidden;
}
.square40{
  width:40px;
  height:40px;
  overflow:hidden;
}
.btn_chat{
  width:17px;
  height:17px;
  background:url(../images/icons/icon_chat.gif) no-repeat left 1px;
  display:block;
  margin-top:5px;
}
.btn_chat_hover{
  width:17px;
  height:17px;
  background:url(../images/icons/icon_chat.gif) no-repeat 0 -16px;
  display:block;
  margin-top:5px;
}
.song-list{}
.song-list .song-item{border-bottom:1px dashed #999;padding:10px 0}
.song-list .song-item .hot-run { float:left; width:25px;}
.song-list .song-item .hot-name { float:left; width:345px;}
.song-list .song-item .hot-name .name{  font-size:12px;color:#265927;display:block;padding-bottom:5px;}
.song-list .song-item .hot-name a {font-size:11px;color:#218E98;display:block}
.song-list .song-item .hot-name span {color:#999;display:block;font-size:11px}
.song-list .song-item .hot-playcount {float:left; width:60px; text-align:center;margin-right:35px}
.song-list .song-item .hot-commcount {float:left; width:60px; text-align:center;margin-right:20px}
.song-list .song-item .hot-date {float:left; width:60px; text-align:center;margin-right:40px}
.song-list .song-item .hot-tool {float:left; text-align:center}
.song-list .song-item img {margin-right:10px}