.group_box {
    margin: -7px 0px 14px 0px;
}

.group_top {
    background-image: url(../../img/struct/goup_top.gif);
    background-repeat: no-repeat;
    width: 182px;
    height: 17px;
    margin-bottom: -1px;
    font-size: 13px;
    line-height: 15px;
    font-weight: bold;
    padding: 6px 0px 0px 15px;
    position: relative;
    z-index: 2;
}

.group_box_con {
    border: 1px solid #FFF18C;
    background-color: #FFFCC7;
    padding: 6px 0px 5px 11px;
}

.group_table {
    width: 74px;
    height: 74px;
    border: 1px solid #FFF086;
    float: left;
    position: relative;
    margin: 5px 0px 5px 0px;
    z-index: 2;
}

.group_table td {
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    background-color: #fff;
}

.group_table td img {
    border: none;
}

.group_link {
    float: left;
    position: relative;
    z-index: 2;
    margin: 14px 21px 0px 0px;
    background-image: url(../../img/struct/musician_link.gif);
    background-repeat: no-repeat;
    width: 91px;
    height: 48px;
    font-size: 13px;
    line-height: 18px;
    font-weight: bold;
    color: #000;
    text-decoration: none;
    padding: 10px 15px 0px 7px;
}