/* Start of CMSMS style sheet 'forms' */
.frm {
font-size: 10pt;
}


.error_message {
color: red;
font-weight: bold;
}

.error_message ul {
	margin: 0;
	padding: 0px 0px 5px 10px;
}

.error_message li {
	list-style-type: none;
	list-style-image: none;
	list-style: none;
}

.required {
font-weight: bold;
}

select {
padding: 0px;
margin: 0px;
}
/* End of 'forms' */

