#myleague { padding: 10px;}
#LeagueDiv {
    background: #fff url(/images/popupBG.gif) top left repeat-x;
    padding: 0;
    width: 692px;
    border: #ccc 1px solid;
    border-radius: 4px;
    position: absolute;
    left: 200px;
    top: 35px;
    z-index: 5;
    position: absolute;
    visibility: hidden;
    box-shadow: 0 0 10px #666;
}
#LeagueDiv h1 {
    float: left;
    font-size: 14px;
    font-weight: bold;
    background-repeat: no-repeat;
    background-position: left;
    margin: 0;
    line-height: 34px;
    padding-left: 10px;
}
#LeagueDiv li {
    line-height: 22px;
    display: block;
    float: left;
    width: 100px;
    padding-left: 3px;
    border: solid 1px #bbb;
    margin: 2px;
    text-align: left;
}
.sotit {
    margin: 0px;
    padding: 0;
    height: auto;
    width: 100%;
    border: none;
    background: none;
    overflow: hidden;
}
.bts .countBox {
    float: left;
    line-height: 26px;
}
.cc a {
    float: right;
    background-image: url(/images/cc.gif);
    display: block;
    height: 15px;
    width: 15px;
    margin-top: 1px;
    position: absolute;
    right: 8px;
    top: 8px;
}
.bts {
    overflow: hidden;
    padding: 10px;
    margin: 0;
    border-top: #f4f4f4 solid 1px;
    text-align: right;
}
.bts input,.vsbtn {
    margin: 0 5px;
    font-weight: bold;
    background-color: #E2F5FA;
    border: 1px solid #AEC6EC;
    color: #06C;
    line-height: 18px;
    cursor: pointer;
    border-radius: 2px;
}
