/*
 * all our defines for the signup form
 */

#signup_form
{
    position: relative;
    top:      10px;
    left:     20px;
    height:   280px;
}

#note_pos
{
    position: absolute;
    top:      0px;
    left:     10px;
}
#Email { width: 12em; }
#email_pos
{
    position: absolute;
    top:      30px;
    left:     35px;
}
    /* windows hack */
    #email_pos_windows
    {
        position: absolute;
        top:      30px;
        left:     39px;
    }
#Password { width: 9em; }
#password_pos
{
    position: absolute;
    top:      55px;
    left:     17px;
}
#FirstName { width: 16em; }
#fname_pos
{
    position: absolute;
    top:      80px;
    left:     12px;
}
#LastName { width: 16em; }
#lname_pos
{
    position: absolute;
    top:      105px;
    left:     13px;
}
#City { width: 16em; }
#city_pos
{
    position: absolute;
    top:      30px;
    left:     295px;
}
#state_pos
{
    position: absolute;
    top:      55px;
    left:     273px;
}
#mailinglist_pos
{
    position: absolute;
    top:      80px;
    left:     310px;
}

#avatar_pos
{
    position: absolute;
    top:      150px;
    left:     20px;
}
#avatar_container
{
    position: absolute;
    top:      50px;
    left:     0px;
}
#postform
{
    position: absolute;
    top:      50px;
    left:     160px;
}
#avatar_upload
{
    position: absolute;
    top:      75px;
    left:     160px;
    width:    340px;
}

#btn_signup
{
    position: absolute;
    top:      130px;
    left:     460px;
}
