
.rcdform label {
}
	.rcdform label em {
		font-size: 11px; 
		color: #777; 
	}

.rcdform input,
.rcdform textarea,
.rcdform select {
	display: block;
}

.rcdform label input {
	display: inline;
}

.rcdform ul.form_errors {
	color: red !important;
	font-weight: bold;
}

.rcdform span.required,
.rcdform span.error,
.rcdform label.required,
.rcdform label.error {
	color: red !important;
}



.rcdform p,
.rcdform .columnize,
.rcdform fieldset {
	clear: both; 
}

.rcdform .columnize {
	width: 100%; 
	float: left; 
}

.rcdform .columnize p {
	float: left; 
	clear: none; 
	margin: 0 0 0.5em 0;
	margin-right: 10px; 
}

#rcdnone {
	display: none;
}

.form_note {
	font-size: 11px; 
	color: #555; 
}

.checkboxes,
.checkboxes label {
	font-size: 11px; 
	font-family: Arial;
}

.rcdform .text {
	width: 130px; 
}

.rcdform .med {
	/*width: 278px; */
	width: 284px; 
}

.rcdform .full {
	width: 575px; 
}

.rcdform .asmselect ol {
	margin-top: 0.25em; 
}

.rcdform .asmselect ol li {
	list-style: none; 
	margin: 1px 0; 
	background-color: #deebf4; 
	border: none; 
	width: 575px; 
}

