/* Start of CMSMS style sheet 'FormBuilder Default' */
.name input, .email input, .subject input {
   width:250px;
   height:18px;
   color:#808080;
   background-color: #EFF2ED;
   border: 1px solid #7AC943;
   margin-bottom: 10px;
}

.message textarea {
   width:420px;
   height:170px;
   color:#808080;
   background-color: #EFF2ED;
   border: 1px solid #7AC943;
   margin-bottom: 10px;
}

.name, .email, .subject, .message {
color:#808080;
}
/* End of 'FormBuilder Default' */

