#feedbackform ul {
  list-style: none;
  margin: 0;
  padding: 0;
  clear: left;
}

#feedbackform ul li {
  margin-bottom: 3px;
  clear: left;
}

#feedbackform ul li label {
  display: block;
  float: left;
  width: 170px;
}

#feedbackform li.required label{
  font-weight: bold;
}
#feedbackform li.required input {
  background: #91FD9F;
}
#feedbackform li.required textarea {
  background: #91FD9F;
}

input.disabled {
  background: #CCC!important;
}
#gmapDirHead a {
  color: blue;
}
#map {
  font-size: 13px;
}

.form_field_container {
  width: 480px;
  float: left;
}