﻿body
{
     margin: 0;
     font-family:'Myriad Pro', Arial, Helvetica, sans-serif; 
     font-size: 62.5%;  
     padding: 0;
     text-align:left;
     background-color:#6288B7;
}

.FormLabels
{
    
}

.FormHints
{
    
}

.MainForm
{
    background-color:#FFFFFF;
    margin:0 5px 0 5px;
}


.FormBackGround
{
    margin: 0 auto;
    width:760px;
   background-image:url(../images/BorderFade.png);  
   background-repeat:repeat-y;
}

h2
{
  text-align:center;  
  margin: 5px 0; padding: 0; /* remove those defaults! */ 
}

h4
{ 
  margin: 0; padding: 0; /* remove those defaults! */ 
}

.FormHeader
{
  text-align:center;   
}

p
{
    font-size:1.3em;
}

table
{
    font-size:1.3em;
    margin: 0 auto;
    padding: 0 auto;
}

.FormHints
{
  color:Gray;
  font-size:1em;   
}

.HeaderText
{
  font-size:1.3em;   
}

.Footer
{
    text-align:center;    
}

.HeaderImage
{
  margin:0 5px 0 5px;
}

 .btn { display: block; position: relative; background: #aaa; padding: 5px; float: left; color: #fff; text-decoration: none; cursor: pointer; }
 .btn * { font-style: normal; background-image: url(../images/btn2.png); background-repeat: no-repeat; display: block; position: relative; }
 .btn i { background-position: top left; position: absolute; margin-bottom: -5px; top: 0; left: 0; width: 5px; height: 5px; }
 .btn span { background-position: bottom left; left: -5px; padding: 0 0 5px 10px; margin-bottom: -5px; }
 .btn span i { background-position: bottom right; margin-bottom: 0; position: absolute; left: 100%; width: 10px; height: 100%; top: 0; }
 .btn span span { background-position: top right; position: absolute; right: -10px; margin-left: 10px; top: -5px; height: 0; }
 .btn.blue { background: #2ae; }
 .btn.green { background: #9d4; }
 .btn.pink { background: #e1a; }
 .btn:hover { background-color: #a00; }
 .btn:active { background-color: #444; }
 .btn[class] { background-image: url(shade.png); background-position: bottom; }
 * html .btn { border: 3px double #aaa; }
  * html .btn.blue { border-color: #2ae; }
  * html .btn.green { border-color: #9d4; }
  * html .btn.pink { border-color: #e1a; }
  * html .btn:hover { border-color: #a00; }
