#contactform {
  clear:both;
}
#contactform fieldset {
  background:#eee;
  margin: 0 0 15px 0;
}
#contactform ol {
  margin:0;
  padding:15px;
  width:470px;
}
#contactform ol li {
  list-style:none;
  clear:both;
  position: relative;
}
#contactform ol label {
  display:block;   
  float:left;
  padding:7px 15px 7px 15px;
  height:16px;
  width: 120px;
  text-align: right;
}
#contactform ol input {
  border: 1px solid #666;
  padding: 3px;
  margin: 3px 0 3px 0;
  width: 162px;
}
#contactform ol select {
  width:170px;
  border:1px solid #666;
  margin: 3px 0 3px 0;
  padding:3px 3px 3px 0;
}
#contactform ol textarea {
  border: 1px solid #666;
  padding: 3px;
  margin: 3px 0 3px 0;
  width: 162px;
  line-height:1.4;
  overflow:auto;
}
#contactform ol .reqtxt,
#contactform ol .emailreqtxt {
  padding: 7px 15px 7px 15px;
  position: absolute;
  top: -1px;
  width:120px;
}
#content #contactform .cf-sb {
  float:none;
  padding: 0 0 0 165px;
}
#content #contactform .cf-sb .sendbutton {
  background:#eee;
  border:1px solid #666;
  font-weight:bold;
  height:30px;
  width:170px;
}
#content #contactform #usermessageb,
#content #contactform #usermessage2b {
  float:none;
  text-align:center;
  height: 18px;
}
#contactform .success {
  color:green;
}
#contactform .failure {
  color:red;
}
#contactform .cf_hidden,
#contactform legend {
  display:none
}
#contactform .cf_error {
  border: 2px red solid;
  padding: 2px;
}
#contactform input:focus,
#contactform select:focus,
#contactform textarea:focus {
  background: #f6f6f6; 
}