
.rcdform {
	margin: 0;
	display: none;
}

.rcdform label, 
.rcdform p {
	margin: 1em 0;
}

.rcdform label {
	position: relative;
	display: block;
	margin: 0;
	margin-bottom: 0.5em;
	padding: 0.25em 0 0.25em 0;
	min-height: 1.75em;
	line-height: 1.9em;
}

	.rcdform .checkboxes label,
	.rcdform .radios label {
	}

	.rcdform label.submit {
		border: none;
		background: none;
	}

	.rcdform label.on {
		background: #444;
	}

.rcdform .clear {
	clear: both;
}

.rcdform input.text,
.rcdform select,
.rcdform textarea {
	display: block;
	font-weight: normal;
	width: 100%; 
}
	.rcdform .checkboxes input,
	.rcdform .radios input {
		position: static; 
		width: auto;
		margin-bottom: -2px; 
		margin-right: 3px;
		display: inline;
		
	}
	
	.rcdform input.zip,
	.rcdform input.state,
	.rcdform input.submit,
	.rcdform select {
		width: auto;
	}

.rcdform legend {
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	margin-left: 0;
	padding-left: 0;
	
}

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

.rcdform span.required,
.rcdform label.required {
	color: #fe7eac;
}

#bodycopy fieldset {
	border: 1px solid #444;
}

#rcdnone {
	display: none;
}

