
.rcdform {
	margin: 2em 0 2em 0;
	display: none;
	font-size: 12px; 
}

.rcdform label, 
.rcdform p {
	margin-left: 20px; 
}

.rcdform label,
.rcdform .checkboxes,
.rcdform .radios {
	position: relative;
	display: block;
	margin: 0;
	margin-bottom: 1px;
	padding: 0.25em 0 0.25em 0;
	min-height: 1.75em;
	line-height: 1.9em;
	border-bottom: 1px dotted #bbb;
}

	.rcdform .checkboxes {
		margin-bottom: 0;
	}

	.rcdform .checkboxes label,
	.rcdform .radios label {
		padding: 0;
		margin: 0;
		min-height: 0;
		position: static;
		display: inline;
		line-height: 1em;
		border: none;
		width: auto;
	}

	.rcdform label.textarea {
		height: 6.5em;
	}

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

	.rcdform label.on {
	}

	p.checkboxes {
		margin-bottom: 0 !important;
	}

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

.rcdform input.text,
.rcdform select,
.rcdform textarea {
	position: absolute;
	top: 4px;
	left: 160px; 
	display: block;
	font-weight: normal;
	font-size: 12px; 
	line-height: 1.2em;
}
	.rcdform textarea {
		height: 6em;
	}
	.rcdform .checkboxes label input,
	.rcdform .radios label 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-size: 12px; 
	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: red;
}

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

#bodycopy .rcdform fieldset h2 {
	font-size: 14px; 
	margin-bottom: 1em;
	font-weight: bold;
}

#rcdnone {
	display: none;
}

