fieldset {
   margin:0 0 0.5em 0; /*  space out the fieldsets a little*/
   padding:0.5em 0;
   border: none;
   width: 170px;
   float: left;
}


label {
   float: left;
}

#testimonial {
   height: 100px;
   width: 200px;
}

input {
  width: 200px;
}

input[type="text"], textarea {
   border-top: 2px solid #999;
   border-left: 2px solid #999;
   border-bottom: 1px solid #ccc;
   border-right: 1px solid #ccc;
}

input.submit { width: 8em; }

/* style form elements on focus */
input:focus, textarea:focus {
   background: #ffc !important;
}
p.red {
   color: #ff0000;
   font-weight: bold;
}

/* style for required labels */
label .required {
   font-size: 0.83em;
   color:#760000;
   margin: 0 0.2em;
}
