﻿div.Panel, div.ApplicationPanel 
{
    position: relative;
    text-align: left;
    width: 370px;
    padding: 10px 10px 10px 10px;
    left: 100px;
}

div.ApplicationPanel 
{
    height: 275px;
    font-size: small;
    border: solid 1px navy;
    padding-top: 10px;
}

div.Centering 
{
    text-align: center;
}

div.TitlePanel 
{
    width: 350px;
    height: 20px;
    font-family: Arial;
    font-size: 20px;
    left: 100px;
    position: relative;
}

.EmailAddressTextBox, .PasswordTextBox, .Links, .Button, 
.CurrentPasswordTextBox, .RetypePasswordTextBox, .UserNameTextBox,
.EmailAddressLabel, .PasswordLabel, .CurrentPasswordLabel,
.RetypePasswordLabel, .UserNameLabel
{
	position: absolute;
}

.EmailAddressLabel, .PasswordLabel, .CurrentPasswordLabel,
.RetypePasswordLabel, .UserNameLabel
{
	left: 10px;
}

.EmailAddressTextBox, .PasswordTextBox, .Button, 
.CurrentPasswordTextBox, .RetypePasswordTextBox, .UserNameTextBox
{
	left: 130px;
	width: 150px;
}

.Links
{
	left: 60px;
}

.Button
{
	width: 115px;
}

.SendPasswordMessageLabel
{
	position: absolute;
	left: 70px;
}

div.PanelTextOpenBox
{
    text-align: center; 
    margin: auto; 
    width: 650px; 
    font-size: small;
}

div.PanelText
{
    width: 425px; 
    line-height: 1.5em; 
    text-align:left; 
    margin: auto;
}

div.PanelTextVerticalSpacer
{
    height: 30px;
}
