#topteam_div
{
    width: 919px;
    height: 618px;
    
    background-image: url('../images/top-team-field.png');
    
    border: 1px solid #fff;
    border-radius: 5px;
    
    margin-top: 5px;
    margin-bottom: 5px;
    
    position: relative;
}
#topteam_gk
{
    position: absolute;
    
    width: 68px;
    height: 68px;
    
    left: 29px;
    top: 275px;
    
    background-image: url('../images/top-team-badge-bg.png');
}
#topteam_gk_txt
{
    position: absolute;
    
    left: 0px;
    top: 345px;
}

#topteam_lb
{
    position: absolute;
    
    width: 68px;
    height: 68px;
    
    left: 163px;
    top: 51px;
    
    background-image: url('../images/top-team-badge-bg.png');
}
#topteam_lb_txt
{
    position: absolute;
    
    left: 134px;
    top: 121px;
}

#topteam_cd1
{
    position: absolute;
    
    width: 68px;
    height: 68px;
    
    left: 163px;
    top: 201px;
    
    background-image: url('../images/top-team-badge-bg.png');
}
#topteam_cd1_txt
{
    position: absolute;
    
    left: 134px;
    top: 271px;
}

#topteam_cd2
{
    position: absolute;
    
    width: 68px;
    height: 68px;
    
    left: 163px;
    top: 351px;
    
    background-image: url('../images/top-team-badge-bg.png');
}
#topteam_cd2_txt
{
    position: absolute;
    
    left: 134px;
    top: 421px;
}

#topteam_rb
{
    position: absolute;
    
    width: 68px;
    height: 68px;
    
    left: 163px;
    top: 501px;
    
    background-image: url('../images/top-team-badge-bg.png');
}
#topteam_rb_txt
{
    position: absolute;
    
    left: 134px;
    top: 571px;
}

#topteam_lm
{
    position: absolute;
    
    width: 68px;
    height: 68px;
    
    left: 426px;
    top: 51px;
    
    background-image: url('../images/top-team-badge-bg.png');
}
#topteam_lm_txt
{
    position: absolute;
    
    left: 397px;
    top: 121px;
}

#topteam_cm1
{
    position: absolute;
    
    width: 68px;
    height: 68px;
    
    left: 426px;
    top: 201px;
    
    background-image: url('../images/top-team-badge-bg.png');
}
#topteam_cm1_txt
{
    position: absolute;
    
    left: 397px;
    top: 271px;
}

#topteam_cm2
{
    position: absolute;
    
    width: 68px;
    height: 68px;
    
    left: 426px;
    top: 351px;
    
    background-image: url('../images/top-team-badge-bg.png');
}
#topteam_cm2_txt
{
    position: absolute;
    
    left: 397px;
    top: 421px;
}

#topteam_rm
{
    position: absolute;
    
    width: 68px;
    height: 68px;
    
    left: 426px;
    top: 501px;
    
    background-image: url('../images/top-team-badge-bg.png');
}
#topteam_rm_txt
{
    position: absolute;
    
    left: 397px;
    top: 571px;
}

#topteam_fw1
{
    position: absolute;
    
    width: 68px;
    height: 68px;
    
    left: 728px;
    top: 201px;
    
    background-image: url('../images/top-team-badge-bg.png');
}
#topteam_fw1_txt
{
    position: absolute;
    
    left: 699px;
    top: 271px;
}

#topteam_fw2
{
    position: absolute;
    
    width: 68px;
    height: 68px;
    
    left: 728px;
    top: 351px;
    
    background-image: url('../images/top-team-badge-bg.png');
}
#topteam_fw2_txt
{
    position: absolute;
    
    left: 699px;
    top: 421px;
}

.topteam_player_name
{
    width: 126px;
    height: 12px;
    line-height: 12px;
    font-size: 11px;
    
    text-align: center;
    
    color: #ffffff;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
.plain_link
{
    text-decoration: none;
    color: inherit;
    font-size: 11px;
}