﻿.SponsorshipLevelsContainer
{
}
.SponsorshipLevelsContactFormContainer
{
    float:right;
    padding-left:15px;
    padding-bottom:15px;
    border-left:1px solid gray;
    margin-left:15px;
    margin-bottom:15px;
    xborder:1px solid;
}

.SponsorshipLevelsGROUP
{
    float:left;
    xborder:1px solid red;
    width:560px;
}
    .SponsorshipLevelsRow
    {
        margin-bottom:20px;
    }

        .SponsorshipLevelLabel
        {
            font-weight:bold;
            font-size:17pt;
        }

        .SponsorshipLevelAmount
        {
        }

        .SponsorshipLevelViewMore
        {
        }
        .SponsorshipLevelViewMoreLink
        {
        }

        .SponsorshipDetailsGroup
        {
            xborder:1px solid;
            float:left;
            width:550px;
        }
            .SponsorshipDetailsRow
            {
            }

            .SponsorshipDetailLabel
            {
                font-size:large;
                font-weight:bold;
            }

            .SponsorshipDetailAmount
            {
                font-size:small;
                margin-bottom:15px;
            }

            .SponsorshipDetailDescription
            {
            }


            .SponsorshipLevelReturn
            {
                margin-top:10px;
            }

            .SponsorshipLevelReturnLink
            {
            }

