/*****************************
* Sitemap Styles 
*****************************/


fieldset {
  margin: 2em 1em;
  padding: 2em;
  background: #D9CEB6 url('/images/backgrounds/introBack.png');
  border: 1px solid #4E473D;
  text-align: left;
}

legend {
  font-size: 135%;
  font-weight: bold;
}

legend {
  font-size: 135%;
  font-weight: bold;
}

label {
  display: block;
  float: left;
  width: 10em;
  margin-right: 1em;
  line-height: 2.5em;
}

input, select, textarea {
  width: auto;
  margin: .5em 0 .5em 0;
  border: 3px double #333;
}

input:focus {
  background: #F2E6CC;
} 

input.submit {
  border: 3px double #000;
}