/* Start of CMSMS style sheet 'forms' */
form div div label {
display: inline-block;
width: 150px;
}

form div div input {
display: block;
margin-bottom: 5px;
}

form div div textarea {
height: 200px;
margin-bottom: 5px;
}

.submit input {
background-color: #fff;
}
/* End of 'forms' */

