﻿body 
{
    font-size:12px;
    font-family:Arial;
    background-color:#EBEBEB;
}
.termsText
{
    overflow:auto;
    width:95%; 
	text-align:left; 
	height:230px; 
	background-color:White;
	margin:5px;
	border:inset 2px silver;
	font-size:12px;    
}
.loginContainer
{
    margin:auto;
    width:850px;
    height:420px;
    background-color:#EBEBEB;
    background-image:url("../Images/top_left_trucks_lite.jpg");
    background-repeat:no-repeat;
    border:solid 1px black;
    border-bottom-style:none;
}
.loginForm
{
    float:right;
    width:250px;
    margin-right:20px;
    margin-top:50px;
    font-size:14px;    
}
.logo
{
    margin-bottom:20px;    
}
.errorText
{
    color:Red;
    font-size:12px;    
}
.rights
{
    font-size:10px;   
 }
 .forgotPasswordText
 {
    font-size:10px;
    text-decoration:underline;
    cursor:pointer;    
 }
.footer
{
    background-color:#253357;
    width:830px;
    margin:auto;
    border:solid 1px  black;
    border-top-style:none;  
    text-align:right;
    padding:10px;
    color:White;
     
}
.exampleText
{
    font-style:italic; 
}