/* Start of CMSMS style sheet 'Hobie - form' */
textarea, input[type=text], input[type=password] {
   border: 1px solid #08b1e6;
   background: #fff;
   color: #000;
}

input[type=text], input[type=password] {
   font-size: 95%;
   padding: 2px;
}

input[type=submit] {
   background: #08b1e6;
   color: #fff;
   text-transform: lowercase;
   padding: 2px;
   border: none;
}

textarea {
   width: ;
   height: ;
}

/* End of 'Hobie - form' */

