﻿#signinWrapper
{
}

#gwizz
{
    position:absolute;
    left:-10px;
    margin-top:200px;
}

#existingUserWrapper
{
    width: 279px;
    float:left;
    position:absolute;
    left:-40px;
}

#existingUserTop
{
    background-image:url("../images/login/existingTop.gif");
    height: 41px;
    width: 279px;
}

#existingUserContent
{   position:relative;
        background-image:url('../images/login/existingFiller.gif');
        float:none;
        padding-left:20px;
    top: 0px;
    left: 0px;
}

#existingUserBottom
{
        background-image:url("../images/login/existingBottom.gif");
        height:43px;
        width: 279px;
}


#createUserWrapper
{
            width: 538px;
            height:490px;
            float:right;
            position:relative;
            right:-40px;
            top:0px;
}

#createUserTop
{
        background-image:url("../images/login/createTop.gif");
        width: 538px;
        height: 42px;
}

#createUserContent
{       float:none;
        height:390px;
     background-image:url('../images/login/createFiller.gif');
        padding-left:20px;
}

#createWizard
{
    float:left;

}

#createReasons
{
    float:left;
    padding-left:20px;
        width: 215px;
}

#createReasons p
{
    font-size:11px;
}
#createReasons ul
{
    font-size:11px;
}
#createReasons ul li
{
    font-size:11px;
    margin-left:10px;
}

#createUserBottom
{
     background-image:url("../images/login/createBottom.gif");
     width:538px;
     height:47px;
     
}

.complete
{
    margin-top:50px;
}
