﻿div.table 
{
    width: 760px;
    border:0;
    background:#DDD;
    color:#333;
    font:11px Helvetica,Arial,sans-serif;
    float:left;
}

hr 
{
    clear:both;
    display: block;
    visibility: hidden;
}

div.headerrow 
{
    width: 760px;
    }

div.topleftcorner 
{
    float:left;
    width: 20px;
    background: white url(images/layout/lightgray_ul.gif) no-repeat;
    text-align: center;
    vertical-align: middle;
    
}

div.topcenter 
{
    width: 720px;
    float:left;
    text-align: center;
    }

div.toprightcorner 
{
    float: left;
    width: 20px;
    background: white url(images/layout/greytable-upperright.gif) no-repeat;
    text-align: center;
    vertical-align: middle;
}

div.footertoprow 
{
    width: 100%;
}

div.footerrow 
{
    width: 100%;
    }

div.bottomleftcorner 
{
    float:left;
    width: 20px;
    background: white url(images/layout/lightgray_ll.gif) no-repeat;
    height: 20px; 
}

div.bottomcenter 
{
    width: 720px;
    float:left;
    text-align: center;
    background: #DDD;
    height: 20px;
    }

div.bottomrightcorner 
{
    float: left;
    width: 20px;
    background: white url(images/layout/greytable-lowerright.gif) no-repeat;
    height: 20px;
    }

div.bodyrow 
{
    width: 100%;
    }

div.leftedge 
{
    float:left;
    width: 20px;
    background: #DDD;
    text-align: center;
    vertical-align: middle;
    
}

div.bodycontent 
{
    width: 720px;
    float:left;
    text-align: center;
    }

div.rightedge
{
    float:left;
    width: 20px;
    background: #DDD;
    text-align: center;
    vertical-align: middle;
    
}

div#Login 
{
    float: left;
    
}

div#Organization 
{
    float:left;
}

div#Title 
{
    float: left;
    
}

div#Position 
{
    float:left;
}

div#Name 
{
    float: left;
}

div#EmailAddress 
{
    float:left;
}

div#ConfirmEmailAddress 
{
    float:left;
}

div#Address2 
{
    float: left;
}

div#Address 
{
    float: left;
}

div#AddressInfo 
{
    float:left;
}

div#PhoneNumber 
{
    float:left;
}

div.subfooter 
{
    float:left;
    width: 750px;
}

div.formbuttons 
{
    float: left;
    width: 750px;
}

div#cancelbutton 
{
    float:left;
    width: 500px;
}

div#continuebutton 
{
    float: right;
}


