﻿table.Signup table.SignupStep1 td 
{
}

table.Signup table.SignupStep1 tr.NewCustomer td.Header,
table.Signup table.SignupStep1 tr.ExistingCustomer td.Header
{
    padding-left: 5px;
    background-image: url('../../../Images/Signup/HeaderBarBackground.gif');
    background-position: right top;
    background-repeat: no-repeat;
    color: #002B82;
    font-weight: bold;
    width: 420px;
    height: 38px;
    vertical-align: top;
    padding-top: 10px;
}

table.Signup table.SignupStep1 tr.NewCustomer td.Button,
table.Signup table.SignupStep1 tr.ExistingCustomer td.Button 
{
    height: 70px;
    width: 46px;
    background-image: url('../../../Images/Signup/HeaderBarLeftEnd.gif');
    background-position: right top;
    background-repeat: no-repeat;
    text-align: center;
    padding-right: 3px;
}

table.Signup 
{
    width: 504px;
}

table.Signup td.Header 
{
    background-image: url('../../../Images/Signup/SignupStepBackground.gif');
    background-position: center top;
    background-repeat: no-repeat;
    height: 38px;
    
    padding-left: 20px;
    color: #FCE444;
    font-weight: bold;
    font-size: 11pt;
}

table.Signup table.Navigation 
{
    background-image: url('../../../Images/Signup/SignupStepBackground.gif');
    background-position: center top;
    background-repeat: no-repeat;
    height: 38px;
}

table.Signup table.Navigation td 
{
    padding-right: 11px;
    padding-left: 7px;
    padding-bottom: 2px;
}
