/*********************************************************************/
/* Contact - things that are unique to this page                     */


#form {
  width: 300px;
  height: 220px;
  margin-top: 20px;
  position: relative;
}

#form label {
  text-align: left;
  font-weight: bold;
}

.relative {
  position: relative;
}

#name, #email, #message {
  border: 1px solid #a2956b;
  position: absolute;
  right: 10px;
  width: 293px;
}

#submit {
  cursor: pointer;
  background: url('/images/submit.jpg') no-repeat;
  border: 0;
  width: 88px;
  height: 31px;
  margin-top: 20px;
  margin-bottom: 10px;
  position: absolute;
  top: 175px;
  left: 100px;
}