/* Contact Form */

div.submitbutton {
  text-align: center;
  margin-top: 5px;
}

#formcontainer {
  font-size: 12px;
  width: 350px;
  background-color: #eee;
  border: 1px dotted #333;
  padding: 5px;
  margin: 0px auto;
}
#formcontainer p.formsectionlabel {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 3px;
  padding: 5px;
  background-color: #516B8C;
	color: #ffff77;
}

div.formrow {
  clear: both;
  padding-bottom: 2px;
}

div.formrow span.labelleft {
  float: left;
  width: 100px;
  text-align: right;
  backgrond-color: #f00;
}

div.formrow span.formfield {
  float: right;
  width: 235px;
  text-align: left;
} 

div.formrow span.labelright {
  float: right;
  width: 315px;
  text-align: left;
}

div.formrow span.checkbox {
  float: left;
  width: 30px;
  text-align: right;
} 

div.spacer {
  clear: both;
}

div.spacer6v {
  clear: both;
  height: 6px;
}

