body
{
    text-align: center;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11pt;
    background-color: #F6F6F6;
    margin: 0px;
    padding: 0px;
}

a
{
    color: #346abf;
    text-decoration: underline;
}

a:visited
{
    color: #346abf;
}


a:hover
{
    color: #85e1f5;
    text-decoration: none;
}

a:active
{
    color: #e5f9fb;
}

#page-container
{
	position: relative;
    background-color: #FFFFFF;
    top: 0px;
    bottom: auto;
    width: 1000px;
    padding: 0px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    clear: both;
    text-align: left;
    border-left: solid 1px #DDDDDD;
    border-right: solid 1px #DDDDDD;
    border-bottom: solid 1px #DDDDDD;
}

#page-container #header
{
    padding: 0px;
    margin: 0px;
}

#page-container #logo
{
    width: 197px;
    height: 190px;
    background: url(../images/plexus/plexus_store_logo.jpg) no-repeat top left;
}

#page-container #logo h2
{
    display: none;
}

#page-container #top-bar
{
    position: absolute;
    top: 0px;
    left: 197px;
    width: 803px;
    height: 107px;
    background: url(../images/plexus/plexus_store_banner.jpg) no-repeat top left;
}

#page-container #top-bar h3
{
    display: none;
}


/*
#page-container #logo-globe
{
    width: 201px;
    height: 206px;
    background: url(../images/iatf_globe.jpg) no-repeat top left;
}

#page-container #logo-globe h2
{
    display: none;
}


#page-container #logo-title
{
    position: absolute;
    width: 799px;
    height: 107px;
    top: 0px;
    left: 201px;
    background: url(../images/registration_top.jpg) no-repeat top left;
}

#page-container #logo-title h3
{
    display: none;
}
*/

#page-container #menu
{
    position: absolute;
    width: 803px;
    height: 42px;
    top: 107px;
    left: 197px;
    background: url(../images/plexus/plexus_store_bar.jpg) no-repeat top left;
    padding-top: 12px;
    padding-bottom: 8px;
    padding-left: 7px;
    padding-right: 15px;
    font-size: 9pt;
}


#page-container #body
{
    position: relative;
    width: 900px;
    top: 20px;
    padding-top: 0px;
    padding-bottom: 100px;
    left: 50px;
    min-height: 500px;
    overflow-x: hidden;
}

.step-title
{
    font-size: 24pt;
}

A.step-enabled
{
    color: #333333;
}

A.step-enabled:hover
{
    color: #666666;
}

.step-disabled
{
    color: #999999;
    font-style: italic;
}

.step-current
{
    color: #000000;
    font-weight: bold;
    font-size: 9pt;
}

dl
{
    position: relative;
    left: 50px;
    width: 700px;
}

dt
{
    width: 250px;
    position: relative;
    float: left;
    margin-right: 25px;*/
}

dd
{
    margin-left: 0px;
    /*position: relative;*/
    margin-bottom: 30px;
    clear: none;
}

.fieldNotes
{
    display: block;
    float: none;
    position: relative;
    clear: both;
    font-size: 10pt;
    font-style: italic;
    width: 650px;
    padding-top: 10px;
}

ul.errors
{
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

ul.errors li
{
    
    font-size: 11pt;
    font-style: italic;
    color: red;
}

p.hint
{
    position: relative;
    clear: bold;
    float: none;
    margin: 0px;
    padding-top: 40px;
    font-weight: bold;
    font-size: 14pt;
    left: -30px;
}

.formErrors
{
    color: red;
}

.tableCell
{
    vertical-align: top;
    padding: 5px;
}