/**
	affected sites:
	http://staging.coanet.org/accreditation/who-is-accredited/
	http://staging.coanet.org/about/contact/
	http://staging.coanet.org/accreditation/report-a-concern/
**/

/* Label */
.csc-mailform-field label {
	width: 130px;
	display: block;
	float: left;
}

/* Input text & textarea */
.sidebar-left .tx-ptextlist-filter #filter1 {
	border:1px solid #B7B5B6;
	line-height:20px;
	padding:3px;
	margin: 0;
}
.csc-mailform-field,
.html-form div {
	margin: 5px 0;
}

/* Submit button */
a.button,
.csc-mailform-submit,
#submit-extlist-filters {
	background:none repeat scroll 0 0 #7092B2;
	border:0 none;
	color:#FFFFFF;
	font-family:adelle,serif;
	font-size:13px;
	font-weight:bold;
	/*height:30px;*/
	padding: 3px 8px 0 8px;
	line-height: 30px;
	display: block;
	text-transform:uppercase;
	cursor:pointer;
	text-decoration: none;
}
a.button:hover,
.csc-mailform-submit:hover,
#submit-extlist-filters:hover {
	background:#00345B;
}

.csc-mailform-submit {
	margin-left: 130px;
}