.error {
  color: white;
  background: red;
}

.log {
  color: red;
  font-size: 1.1em;
}

.caption {
  width:100px;
  text-align:right;
  padding:2px 2px 0px 0px;
  float:left;
}
.caption span {
  font-size: 0.8em;
}
.row {
  margin: 2px 0px;
}

#frmContact {
  float: left;
}
#frmContact p {
  margin: 10px 0px;
}

#frmContact input, #frmContact textarea,  #frmContact select {
  width: 250px;
  overflow: auto;
}

#QUERY {
  height: 100px;
}

#contact_details {
  clear:both;
}

