body {
  margin: 0;
  padding: 0;
  text-align: center;
  font: 400 0.7em verdana, arial, sans-serif;
  line-height: 170%;
  color: #555;
}


/* Headers */
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 10px 0;
  padding: 0;
}

h1 {
  padding-bottom: 0.2em;
  font: 400 1.6em arial, sans-serif;
  color: #536C71;
  border-bottom: 12px solid #ddd;
}

.formSpace{
  padding-bottom: 0.2em;
  font: 400 1.3em arial, sans-serif;
  color: #536C71;
  border-bottom: 3px solid #ddd;
}

h2 {
  font-size: 1.1em;
  color: #586B7A;
}

  
label {
  font: 400 0.9em arial, sans-serif;
  float: left;
  width: 30%;
  vertical-align: top;
}

input,
textarea,
select {
  padding: 1px;
  font: 400 0.9em arial, sans-serif;
  color: #333333;
  background: #EEE;
  border: 1px solid #CCC;
}


input:focus,
input:hover,
input.radio:focus,
input.radio:hover,
textarea:focus,
textarea:hover,
select:focus,
select:hover {
  color: #000;
  background: #E7F1F3;
  border: 1px solid #888;
}

input.noBorder,
input:focus.noBorder,
input:hover.noBorder {
  padding: 0;
  border: 0;
}

input.button {
  padding: 2px 5px;

  font: 400 0.9em verdana, serif;
  cursor: pointer;

  color: #fff;
  background: #FC3307;
  border-width: 1px;
  border-style: solid;
  border-color: #FF7800 #691300 #691300 #FF7800;
}

input.radio {
  background: none;
  border: 0px;
}

/* Links */
a {
  text-decoration: none;
  color:#000066;
}

a:hover {
  color: #FF6600;
}

a img {
  border: 0;
}

a img.border {  
  border: 1px solid #FC3307;
}

a:hover img.border {  
  /* Fixes IE bug - IE doesn't correctly apply the style on a:hover so need to mask it */
  border: 1px solid #668FA3 !important;
  border: 1px solid #FC3307;
}


