﻿html, body
{
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 11px;         
    font-style:normal; 
    font-variant:normal;
    margin: 0;
    padding: 0;
    background: #595959 url('Images/Background3.png') no-repeat fixed right bottom;
}


input, textarea, select
{
    font-family: Arial, Helvetica, sans-serif; 
}

input[type='text'], input[type='file'], input[type='password'], textarea, select
{
    border: solid 1px #BBBBBB;
    border: solid 2px #DDDDDD;
    background-color:#FCFCFC;
    font-size:110%;
    margin-bottom:2px;
    padding:2px;
}

/* Login */
#loginContainer
{  
    top:250px;
    height:200px; 
    position:relative;    
    text-align:right;
    width:80%;  
    min-width:830px;  
    margin:auto;
    border: solid 8px #A8A9AC;
    background: white url('Images/Background-blur.png') no-repeat fixed right bottom;
} 

#loginPanel
{   
   position:absolute;
   top:30px;
   left:50px;
   min-height:130px;
   padding-left:400px;   
   background: url(Images/Login.gif) no-repeat;
}
 
#loginPanel .Text
{
	text-align:right;
	font-weight:bold;
	font-size: 10px;
	color: #56575A;
}

#loginPanel input[type='text'], input[type='password']
{
    width:150px;
}

#loginPanel .HeaderText
{
	text-align:left;
	font-weight:bold;
	font-size: 13px;
	color: #56575A;
	padding-bottom:15px;
}

#loginPanel .TitleContainer
{
    text-align:left;
    margin-bottom: 10px;
}

#loginPanel .ContentContainer
{
    margin-bottom: 2px;
}

#loginPanel .ContentContainer label
{
    margin-right: 10px;
}

.TermsOfUse
{
    margin:16px;
    border: solid 8px #A8A9AC;
    background: white url('Images/Background-blur.png') no-repeat fixed right bottom;
    padding: 8px;
    text-align: left;
}

.TermsOfUse p
{
    text-indent: 10px;
}

.TermsOfUse h1
{
    font-size: 180%;
    color: #B70026;
    width: 100%;
    padding-bottom: 5px;
    padding-top: 25px;
}

.TermsOfUse h2
{
    text-align: left;
    font-size: 160%;
    color: #B70026;
    padding-bottom: 5px;
    padding-top: 25px;
}

.TermsOfUse .definition
{
    font-weight:bold;
    font-size:110%;
}

.block span 
{ 
    display: inline-block;
    width: 140px; 
    text-align: right;
}