﻿div#forgotPasswordContainer
{
   font-size: small;
   width: 56em;
   margin: 1.5em auto 0 auto;
   border: solid 1px #bdbdbb;
   background: #ffffff url(../images/login_wrapper_background.jpg) repeat-x;
}
div#title
{
   background: #000000;
   color: White;
   text-align: center;
   font-weight: bold;
   font-size: medium;
   padding-top: .5em;
   padding-bottom: 1em;
   margin-bottom: 2em;
   z-index: 1;
   vertical-align:middle;
}
.subTitle
{
   color: #134b6e;
   font-size: medium;
   font-weight: bold;
}

div#containerWrapper
{
   margin-left: 2em;
   margin-right: 2em;
}
.information
{
   margin-bottom: 4em;
}
.seperator
{
   border: 0px;
   border-top: 1px dotted #000000;
   height: 0px;
   margin: .3em 0 .3em 0;
}
.fields
{
   padding-bottom: .4em;
}
.fieldDescription
{
   width: 7em;
   text-align: left;
   float: left;
   padding-right: .5em;
}
.fields INPUT
{
   width: 15em;
   background: #d7e3f1;
}
#forgotPasswordText
{
   margin-bottom: .3em;
}
div#buttonWrappers
{
   margin-left: 7.5em;
}
div#contactInfo
{
margin-bottom:0;
padding-bottom:1em;
}
