﻿body
{
  padding-top: 20px;
  background:#ffffff;
  color:#000000;
  font-family:Verdana, Arial, sans-serif;
  font-size: 8pt;
}

html 
{ 
  min-height: 110%; 
  margin-bottom: 100px; 
}

html 
{ 
  overflow: -moz-scrollbars-vertical !important; 
}

.TextInput{
	border: 1px #478cd1 solid;
	padding: 4px 4px 4px 4px;
 	font-family: Verdana; 
  font-size: 8pt; 
  width: 200px;
}

.TextInputLabel {
	width: 120px;
 	padding-top: 7px;
 	padding-bottom: 8px;
} 

#main {
  width:780px;
  margin-left: auto ;
  margin-right: auto ;
}

img 
{
  border-style: none;
  border-color: inherit;
  border-width: 0px;
  text-align: center;
}

.Footer {
  color: #666666; 
  padding-top: 10px; 
  padding-bottom: 20px; 
  text-align: center; 
  font-family: verdana; 
  font-size: 10px; 
  border-top: 1px solid #888888;
}

a { color: #335CAF; text-decoration: none; }
a:hover { color: #5555ff; text-decoration: underline}

.BlueHeading 
{
   color: #1048AC; 
   font-size: 14pt;  
}

.BlueHeadingWithLine
{
   color: #1048AC; 
   font-size: 14pt;  
   padding-bottom: 6px; 
   border-bottom: solid 1px #1048AC;
}

.curvedBox {
    color: #fff;
    width: 740px;
    padding: 10px;
    text-align: left;
    border: 3px solid #fff;

    /* Do rounding (native in Firefox and Safari) */
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}

.ValidationText 
{
  color: Red;
  font-weight: bold;
  padding-top: 7px;
 	padding-bottom: 8px;
 	padding-left: 12px;
}

