/* Start of CMSMS style sheet 'contact_form' */
.contactform fieldset {
  padding: 1em; 
  width: 200px;
border:0;
}
form {
border:0;
width: 200px;
float: left;
}

.contactform fieldset legend {
  font-weight: bold;
}

.contactform div {
  width: 200px; 
  padding: 0.25em 0 0.25em 0;
} 

.contactform div label {
  display: block;
  width: 100px; 
}

.contactform div.required {
  color: #D67614;
}
.contactform input {
width: 200px;
}
.contactform textarea {
width: 455px;
height: 150px;
}
.captcha {
position: absolute;
top: 180px;
left: 300px;
}
/* End of 'contact_form' */

