body
    {
    background-image: url("../Images/backgroundGradient.jpg");
    background-attachment: local;
    background-repeat:repeat-x;
    }

.FullWidthSecureBackground
    {
    width: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
    background-image: url("../Images/BackgroundSecure.jpg");
    }


table
    {
    padding-left: 100px;
    width: 80%;
    border-spacing: 20px;
    }

td, input
    {
    font-family: 'Open Sans Condensed';
    font-size: 35px;    
    text-align: left;
    }

td.LeftJustify
    {
    max-width:400px;
    }

td.RightJustify
    {
    max-width: 400px;
    }

.RightSide
    {
    max-width: 400px;
    }

input
    {
    width: 100%;
    }

input.CheckBox
    {
    width: auto;
    }

img.LoginButton
	{
	width: 170px;
    cursor: pointer;
	}

h1  {
    font-size: 50px;
    font-weight: 800;
    }
