﻿
/* Service Request Form */

#request {
  margin-bottom: 10px;
}

#request h3 {
  margin: 5px 0;
  font-size: 1em;
  color: #444;
  background: #dbe9f3;
  border-top: 1px solid #666;
  border-bottom: 1px solid #999;
  padding: 7px 10px;
}
#request .note {
  line-height: 1.3em;
  width: 400px;
}
#request .note img {
  float: left;
  margin: 5px 10px 0 0;
}
#request .note p { 
  margin-left: 50px;
  }

#request #submit {
  padding: 10px;
  text-align: center;
  margin-bottom: 10px;
  border: 1px solid #ddd;
  background: url(../images/form-submit-bg.gif);
}
#request table {
  width: 100%;
}
#request table td {
  padding: 5px 0;
}
#request table th {
  vertical-align: middle;
}
#request table td.address input {
  width: 100px;
}
#request textarea {
  width: 744px;
}
