﻿
/* STEPS
-------------------------------------------------------------------*/

#PartnerSignUpSteps{
    height:60px;
}

    #PartnerSignUpSteps li{
        background-image:url(../images/signup/PartnerSignUpSteps.gif);
        height:34px;
        margin-left:16px;
        margin-right:16px;
    }

    
#PartnerSignUpSteps .accountStep{
    width:132px;
}

#PartnerSignUpSteps .accountStep_on{
    width:144px;
    background-position: 0px -35px; 
}

#PartnerSignUpSteps .venueStep{
    width:159px;
    background-position: -175px 0px;
}

#PartnerSignUpSteps .venueStep_on{
    width:173px;
    background-position: -175px -35px; 
}

#PartnerSignUpSteps .locationStep{
    width:140px;
    background-position: -375px 0px;
}

#PartnerSignUpSteps .locationStep_on{
    width:157px;
    background-position: -375px -35px;
}

#PartnerSignUpSteps .doneStep{
    width:102px;
    background-position: -575px 0px;
}

#PartnerSignUpSteps .doneStep_on{
    width:113px;
    background-position: -575px -35px;
}


/* CONTROLS
-------------------------------------------------------------------*/


#Step1Box{
    width:360px;
    margin:auto;
}


#Step1Box td{
    padding:8px;
}

#Step1Box .form_BtnCell{
    padding-top:10px;
}