label{
float: left;
width: 120px;
margin:0.2em;
padding:0;
  }

input, textarea{
width: 180px;
margin-bottom: 5px;
background: url(/images/form-field-bg.gif) no-repeat;
border-top: 1px solid #e6e6e6;
border-right: 1px solid #E2E2E2;
border-bottom: 1px solid #E2E2E2;
border-left: 1px solid #e6e6e6;

}

textarea{
width: 350px;
height: 150px;
background:url(images/form-field-bg.gif) no-repeat;
border: solid 1px #e6e6e6;

}

.boxes{
width: 1em;
}

#submitbutton{
margin-left: 120px;
margin-top: 5px;
width: 90px;
}