﻿/* Signup */
table.Signup 
{
    width: 100%;
}

table.Signup td.Header
{
    width: 100%;
}

/* Signup */
table.Signup 
{
    width: 490px;
}

table.Signup td.Header 
{
    padding-left: 15px;
    background-image: url('../../../Images/HeaderBarBackground.gif');
    background-position: center center;
    background-repeat: no-repeat;
    color: #333333;
    font-weight: bold;
    height: 32px;
}

table.Signup table.SignupStep1 tr.NewCustomer td.Header,
table.Signup table.SignupStep1 tr.ExistingCustomer td.Header
{
    padding-left: 5px;
    background-image: url('../../../Images/HeaderBarBackground.gif');
    background-position: right center;
    background-repeat: no-repeat;
    color: #333333;
    font-weight: bold;
    height: 32px;
}

table.Signup table.SignupStep1 td.Button input 
{
    width: 20px;
}

table.Signup table.SignupStep1 tr.NewCustomer td.Button,
table.Signup table.SignupStep1 tr.ExistingCustomer td.Button 
{
    height: 64px;
    width: 32px;
    background-image: url('../../../Images/TallLeftEndDark.gif');
    background-position: left center;
    background-repeat: no-repeat;
    text-align: center;
}

table.Signup table.Navigation 
{
    width: 100%;
    height: 32px;
    background-image: url('../../../Images/HeaderBarBackground.gif');
    background-position: right center;
    background-repeat: no-repeat;
    padding: 0px 4px 0px 4px;
}


