
div.teamcard
{
    clear: both;
    height: 66px;
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
}

img.teamcardimg
{
    float: left;
    margin-right: 10px;
}

div.teamcardtext
{
    float: left;
    width: 300px;
    height: 66px;
    background-image: url('../img/teamcard_text_border_repeat.gif');
    background-repeat: repeat-x;
    background-position: left top;
}

div.teamcardtextborderleft
{
    float: left;
    width: 6px;
    height: 66px;
    background-image: url('../img/teamcard_text_border_left.gif');
    background-repeat: no-repeat;
    background-position: left top;
}

div.teamcardtextborderright
{
    float: right;
    width: 6px;
    height: 66px;
    background-image: url('../img/teamcard_text_border_right.gif');
    background-repeat: no-repeat;
    background-position: left top;
}

div.teamcardtextinner
{
    float: left;
    padding: 7px;
    font-size: 10px;
    line-height: 120%;
}
