﻿#left_content {
  float: left;
  width: 270px;
  margin-left: 10px;
}
#right_content {
  float: right;
  width: 440px;
}

.separater {
  background-color: #bad;
  float: left;
  height: 400px;
  width: 1px;
}

.address h2 {
  padding-right: 8px;
}
.address, .question, h2 {
  margin-bottom: 10px;
}
.question {
  clear: both;
}

.column {
  float: left;
}
.column div {
  margin-bottom: 5px;
}
label {
  padding-right: 20px;
}

.text {
  width: 50%;
}
textarea {
  width: 80%;
  height: 75px;
  font: inherit;
}
.text, textarea {
  border: 1px inset #999;
}
.text:focus, textarea:focus {
  outline: 3px solid #dcf;
}
.mandatory {
  background-color: #fcd;
}

.contact_details .text, .contact_details textarea {
  width: 200px;
}

.contact_details label {
  padding: 0;
}
.contact_details span.label {
  float: left;
  width: 160px;
  margin-right: 8px;
  padding: 2px;
  font-weight: bold;
  text-align: right;
}
.contact_details {
  padding-top: 4px;
}

#submit_container {
  padding: 0 140px;
}
#submit {
  padding: 2px 25px;
  background: #dcf;
  border: 2px outset #dcf;
  font-weight: bold;
}
