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

#content { 
           height: 590px;
           _height: 590px;
           }

#body { 
        height: 560px;
        }

#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: 163px;
}

#submit {
  font-weight: bold;
  font-size: 18px;
  cursor: pointer;
  background: url('/images/submit.jpg');
  border: 0;
  width: 165px;
  height: 27px;
  margin-top: 20px;
  margin-bottom: 10px;
  position: absolute;
  bottom: 15px;
  right: 10px;
}

#error {
  color: red;
  font-weight: bold;
}