#accessibility_form {
	width:720px;
	margin:auto;
}
label {
	display:block;
}
.input-text {
	clear:none;
	float:left;
	padding:5px;
}
.blue-text {
	clear:none;
	color: #039;
}
.long-text {
	padding:4px 0;
}
input[type="checkbox"] {
clear:left;
margin:0 6px 7px 15px;
width:auto;
}
fieldset {
	padding:12px;
	margin-bottom:30px;
	background:#FBFBFB;
}
fieldset legend {
background:none repeat scroll 0 0 #f0f0f0;
border:1px solid #AAAAAA;
color:#593525;
font-size:115%;
font-weight:bold;
padding:4px;
}
.textArea {
	width:660px;
	padding:5px;
	margin:4px 0 10px 0;
	height:75px;
}


.note-text {
	font-size:90%;
	font-style:italic;
}
#submitform:hover {
	margin:0 0 10px 2px;
	background:#eee;
	color:#0b8261;
	padding:2px 4px;
}
#submitform {
	margin:0 0 10px 2px;
	background:#999;
	color:#fff;
	padding:2px 4px;
}
#error-display {
	background:#f0f0f0;
	color:#000;
	font-style:italic;
	padding:2px 20px 10px 20px;
	margin-bottom:10px;
	line-height:1.2em;
}
.error-heading {
	color: #AF292E;
}
.clearFix {
	clear:both;
}
.wideInput {
	width:200px;
}
#center-align {
	margin:auto;
}