﻿body
{
    background-color: #000000;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-family: Arial;
    font-size: 16px;
    color: #FFFF00;
    height: 100%;
    outline: none;
}

a
{
    outline: none;
}

#divMaster
{
    position: relative;
    height: 100%;
}

#divHeader
{
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
}

#divLeft
{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 153px;
    height: 100%;
    background-color: #464646;
    z-index: 0;
}

#divMainContent
{
    position: absolute;
    left: 200px;
    top: 100px;
    width: 800px;
}

.txtSMALL
{
    font-family: Arial;
    font-size: 14px;
    color: #FFFF00;
}

.txtForm
{
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #FFFF00;
}

.txtError
{
    font-family: Arial;
    font-size: 11px;
    font-weight: normal;
}

.txtError_BIG
{
    font-family: Arial;
    font-size: 14px;
    font-weight: normal;
}

.txtInt
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #FFFFFF;
    padding-bottom: 15px;
    background-image: url(../images/sep.png);
    background-position: bottom;
    background-repeat: no-repeat;
    margin: 12px;
}
#wrap
{
    width: 560px;
}

.txtMain
{
    font-size: 13px;
    color: #FFFFFF;
    line-height: 21px;
    margin: 12px;
}

.txthd
{
    font-size: 20px;
    color: #ffff00;
    margin: 12px;
}


.emailboxtop
{
    background-image: url(../images/step1_top.png);
    background-repeat: no-repeat;
    height: 17px;
    margin-top: 20px;
}




.email
{
    width: 554px;
    margin: auto;
    height: 84px;
    background-image: url(../images/step1_mid.png);
    background-repeat: no-repeat;
    background-position: left;
    background-color: #000000;
}

.emailfield
{
    border-width: 1px;
    border-style: solid;
    border-color: #ffff00;
    background-repeat: repeat-x;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 23px;
    color: #333333;
    width: 300px;
    height: 27px;
    margin-top: 29px;
}

.emailboxmid
{
    background-color: #282828;
}

.emailboxbtm
{
    background-image: url(../images/step1_btm.png);
    background-repeat: no-repeat;
    height: 17px;
}


.optionstop
{
    background-image: url(../images/step2_top.png);
    background-repeat: no-repeat;
    height: 17px;
    margin-top: 20px;
}

.options
{
    width: 554px;
    margin: auto;
    background-image: url(../images/step2_mid.png);
    background-repeat: no-repeat;
    background-position: top;
    background-color: #000000;
}


.optionsmid
{
    background-color: #282828;
}

.optionsbtm
{
    background-image: url(../images/step1_btm.png);
    background-repeat: no-repeat;
    height: 17px;
}

