﻿#account-div
{
    position: relative;
    top: 30px;
    left: 320px;
    color: #aaa;
    height: 500px;
    width: 500px;
}

#account-div fieldset
{
    width: 300px;
}

legend
{
    color: #fff;
}

#account-div fieldset div 
{
    position: relative;
    left: 30px;
}

#account-div fieldset input#btn-save
{
    position: relative;
    left: 30px;
}

