.form-container {
	margin-bottom: 2em;
}

.form-title {
	margin-bottom: 1.5em;
	font-weight: bold;
}

.form-fieldset-title {
	font-size: 1em;
	color:#0e0011;
	font-weight:normal;
}

.form-fieldNote {
	color:#cb000c;
	vertical-align:top;
	position:relative;
	top:.5em;
}

fieldset {
	margin-bottom:.1em;
	font-size: 0.9em;
	text-align: left;
}

#form-checkbox-fieldset-1{background: #fff;
border: 0px solid #fff;
}

fieldset div {
	margin: 0;
	padding: 0;
}

label {
	display: block;
	width: 5em;
	height:2.5em;
	margin: 0.33em 0.33em 0.5em;
	font-weight: normal;
	font-size:.9em;
	color:#0e0011;
	float:left;
	vertical-align:middle;
}

label.checkboxLabel,
label.radioLabel {
	width: auto;
	font-weight: normal;
}

textarea {
	width: 285px;
	height: 262px;
	font-size: 1.25em;
	margin: 0;
	overflow:auto;
	border:1px solid #cb000c;
	float:left;
}

.form-container input {
	border:1px solid #cb000c;
	color:#0e0011;
	height:1.25em;
	width:275px;
	margin-bottom:.75em;
	padding:.25em 5px;
	font-size:1.05em;
}

input[type="radio"], input[type="checkbox"], input[type="image"] {
	border:0;
}

#form-radio-fieldset-1 input, #form-checkbox-label-1 input, #form-controls input {
	border:0; /* for IE6 */
}

#form-controls input {
	background:none;
	color:#cb000c;
	border:0;
	border-bottom:1px solid #cb000c;
	padding:0px !important;
	width:3.35em;
	height:1.35em;
	cursor:pointer;
	margin-top:1.2em;
	text-align:center;
	font-family:
}

#form-checkbox-label-1 input {
	margin:1em .5em;
	width:auto;
	padding:0;
	vertical-align:middle;
}