﻿html, body, form
{
	width: 100%;
	height: 100%;
}
body
{
    margin: 0px;
    padding: 0px;
	font-size: 0.9em;
	font-family: Sans-Serif, Arial, Verdana;
	background: #242424 url(../Images/SignIn/SignInPageBg.gif) repeat-x;
}
input
{
    width: 217px;
    height: 35px;
    line-height: 35px;
    border: 0 none;
    padding-left: 10px;
	padding-right: 10px;
	color: #6d4f00;
	font-size: 1.0em;
	border-collapse: collapse;
	background: transparent;
	outline: none;
}
image
{
    border: 0px;
    padding: 0px;
}
.PageWrapper
{
    width: 100%;
    height: 100%;
}
.SignInWrapperTable
{
    width: 100%;
    height: 100%;
}
.SignInWrapper
{
    width: 392px;
    height: 187px;
    margin: auto;
    background: url(../Images/SignIn/SignInFormBg.png);
    padding-top: 187px;
    padding-left: 37px;
    color: #5f4500;
}
.SignInFormTable, .ButtonAndMessageTable
{
    border-collapse: collapse;
}
.SignInFormTable tr td
{
    height: 41px;
}
.SignInFormInputWrapper
{
    width: 237px;
    height: 37px;
    background: url(../Images/SignIn/SignInFormInputBg.png);
}
.ButtonAndMessageTable tr td
{
    height: 50px;
}
.CheckBoxStyle
{
    width: 237px;
    height: 37px;
    margin: 0px;
    background: #ff0000;
    float: left;
}
.CheckBoxInput
{
    width: 15px;
    height: 15px;
    margin: 0px;
    padding: 0px;
    border: 0 none;
}
.Footer
{
    width: 429px;
    line-height: 33px;
    margin: auto;
    color: #8b8b8b;
    font-size: 0.8em;
    text-align: right;
}