#contents {
  width: 100%;
  padding: 0;
  margin: 0;
}

#contactText {
  width: 550px;
  padding-bottom: 20px;
}

#contactDetails {
  float: left;
  width: 180px;
  padding: 10px;
  height: 270px;
  border: 1px solid #D3D3E2;
  background-image: url(/i/bgContactDetails.jpg);
  background-repeat: repeat-x;
  background-position: top;
  background-color: #EFEFEF;
}

#messageForm {
  float: left;
  margin-left: 15px;
  padding: 20px;
  background-color: #EFEFEF;
  height: 250px;
  border: 1px solid #BDC6CE;  
  width:465px;
  
}

#messageForm span {
  font-weight: normal;
}

#messageForm textarea {
  width: 300px;
  height: 191px;
  font: 12px "Lucinda Grande", "Lucida Sans Unicode", sans-serif;
  border: 1px solid #BDC6CE; 
}

#messageForm input {
  width: 144px;
  height: 18px;
  border: 1px solid #BDC6CE; 
  font: 12px "Lucinda Grande", "Lucida Sans Unicode", sans-serif;
  margin-bottom: 5px;
}

.p {
  padding-left: 11px;
}

#messageForm #btnSend {
  width: 141px;
  height: 22px;
  background-image: url(/i/btnSubmit.jpg);
  border: 0;
  margin-top: 8px;
  color: #FFFFFF;
  font-weight: bold;
  margin-left:3px;
}