.rcdform {
	/*display: none;*/
}

.rcdform fieldset {
	padding: 15px;
	margin: 1em 0;
	background: #eaf5f9;
}
	.rcdform fieldset legend {
		font-weight: bold; 
	}

.rcdform label {
	display: block;
	margin: 0 0 0.5em 0;
	font-weight: bold;
	color: #777;
	color: #597782;
}

	.rcdform .checkboxes label {
		display: inline;
		margin: 0; 
	}

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

	.rcdform .full {
		width: 395px; 
	}


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

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

#rcdnone {
        display: none;
}



