body
{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: small;
	left: 8px;
    background-color:#9ca0be;
}
table
{
    border-collapse:collapse;
    width:100%;
}
 td {
    padding:5px;
    text-align:left;
    vertical-align:top;
}
.mainContentTable
{
     background-color:#fff;
     width:775px;
     margin:0 auto;
}
.UserNameLabel
{
	position: absolute;
	top: 13px;
}
.UserNameTextBox
{
	left: 80px;
	position: absolute;
	top: 10px;
}
.PasswordLabel
{
	position: absolute;
	top: 43px;
}
.PasswordTextBox
{
	left: 80px;
	position: absolute;
	top: 40px;
}
.PersistCheck
{
	left: 75px;
	position: absolute;
	top: 70px;
}
.minibutton
{
	font-weight: bold;
	color: white;
	background-color: #9ca0be;
	font-family: Arial, Verdana;
	left: 80px;
	position: absolute;
	top: 100px;
}
.button
{
	font-weight: bold;
	color: white;
	background-color: #9ca0be;
	font-family: Arial, Verdana;
}
.ForgotLink
{
	position: absolute;
	top: 130px;
}
.RegisterLink
{
	position: absolute;
	top: 150px;
}
.ErrorLabel
{
	position: absolute;
	top: 170px;
}

/* - Table Styles - */

.InfoCell,.LoginText
{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: small
}
