body {
  margin: 0;
  padding: 0;
  
  color: rgb(78,75,68);
  font-size: small;
  font-family: Georgia;
  text-align: center;

  background-color: rgb(228,229,219);
}

* html body {
  padding-bottom: 30px;
}

a:link {
  color: rgb(181,111,22);
}

a:visited {
  color: rgb(121,51,0);
}

a:hover, a:active {
  color: black;
}


/*********/
/* input */

input.Input {
  padding: 3px 1px;

  color: rgb(38,35,28);
  font: normal 11px Lucida Grande, Verdana;
}

* html input.Input {
  height: 23px;
  position: relative;
}

input.Button {
  padding: 2px 10px;
}

* html input.Button {
  padding: 2px 5px;
}


.PageTitle {
  padding: 36px 0 43px 0;

  color: rgb(21,18,9);
  text-transform: uppercase;
  font: normal 25px Georgia;
  text-align: center;

  background-color: rgb(180,179,172);
  border-bottom: 1px solid rgb(152,147,136);
}

.PageTitle a:link, .PageTitle a:visited {
  text-decoration: none;
  color: rgb(21,18,9);
}

.PageTitle a:hover {
  color: rgb(181,111,22);
}

.PageTitle .Subtitle {
  width: 400px;
  margin: 7px auto 0 auto;
  padding-top: 10px;

  color: rgb(51,48,39);
  font-size: 13px;
  text-transform: none;
  
  background-image: url('1px_dotted_horiz_header.gif');
  background-repeat: repeat-x;
}

.PageTitle .Subtitle a {
  text-decoration: none;
}

.PageTitle .Subtitle a:link, .PageTitle .Subtitle a:visited {
  color: rgb(121,51,0);
}

.PageTitle .Subtitle a:hover {
  color: black;
}

.ErrorContainer {
  padding: 10px;
  margin-bottom: 25px;

  font-size: 12px;
  
  border: 1px solid rgb(193,194,184);
  
  background-color: rgb(253,254,244);
}

.ErrorTitle {
  margin-bottom: 10px;
  padding-left: 20px;
  
  font-weight: bold;
  
  background-image: url('bullet_alert.gif');
  background-repeat: no-repeat;
  background-position: 0 50%;
}

.Error {
  padding-left: 20px;
  margin-top: 5px;
  
  background-image: url('bullet_arrow_r.gif');
  background-repeat: no-repeat;
  background-position: 0 4px;
  
  line-height: 150%;
}

.FormContainer {
  width: 600px;
  margin: 30px auto;
  
  text-align: left;
  font-size: 12px;
  line-height: 180%;
  
  /*border: 1px solid red;*/
}

.SignOut .FormContainer {
  background: none;
  
  text-align: center;
}

.FormComplete {
  background-color: rgb(228,229,219);

  text-align: center;
}

.SignOut .FormContainer ul,
.FormComplete ul {
  margin: 0;
  padding: 0;
  
  list-style: none;
}

.FormContainer h1 {
  margin: 0 0 10px 0;
  
  font: bold 13px Tahoma, Lucida Grande, Verdana;
  
  margin: 0 0 20px 0;
  padding-bottom: 10px;

  color: rgb(41,38,29);
  text-transform: uppercase;
  font: normal 15px Georgia;
  
  background-image: url('1px_dotted_horiz.gif');
  background-repeat: repeat-x;
  background-position: 0 100%;
}

.SignOut .FormContainer h1,
.FormComplete h1 {
  margin-bottom: 10px;
  
  text-transform: none;
  
  background: none;
}

.About {
  float: left;
  width: 280px;
  padding: 10px 0;
  
  /*border: 1px solid blue;*/
}

.Form {
  margin-left: 300px;
  padding: 10px 0 10px 20px;
  
  /*background-image: url('1px_dotted_vert.gif');
  background-repeat: repeat-y;*/
  border-left: 1px solid rgb(202,197,186);
}

.Form dt {
}

.Form dd {
  margin: 0 0 10px 0;
}

.Form dd input {
  width: 220px;
}

.InputBlock {
  /*border: 1px solid red;*/
}

.RememberMe {
  margin: 15px 0;

  position: relative;
  left: -3px;
}

.ForgotPasswordLink {
  display: none;
}

.ForgotPassword {
  margin-left: 5px;
  
  text-decoration: none;
}

* html .ApplyInputs {
  height: 1%;
}

.ApplyInputs .ForgotPassword {
  display: none;
}

.DiscoveryInput {
  display: none;
}

.ApplicationTextbox {
  width: 220px;
  height: 100px;
}

.TermsOfServiceCheckbox {
  margin: 10px 0;
}

.FormButtons {
  margin-top: 10px;
}

* html .FormButtons {
  margin-top: 20px;
}


.Foot {
  display: none;
}
