/*input, textarea, select {
	border: 1px solid #A7ABAC;
	color: #000050;
	margin-bottom: 4px;
	padding-left: 2px;
	width: 280px;
}
*/
legend {
	display: none;
}

select {
	width: auto;
}

fieldset {
	border: none;
}

fieldset.csc-mailform {
	display: block;
	clear: left;
	width: 440px;
}

label, .csc-mailform label {
	display: block;
	float: left;
	vertical-align: top;
	width: 150px;
}

label.small-label {
	width: 50px;
}

label.required {
	right: 0;
	position: relative;	
}

.csc-mailform-radio {
	margin-left: 0px !important;
	margin-left: 0;
	width: 260px;
}

#center .csc-mailform-radio label {
	display: normal;
	float: left !important;
	float: none;
	line-height: 20px;
	vertical-align: top;
	width: 300px;
	width: 200px;
}

input.csc-mailform-radio, input.csc-mailform-check {
	border: none;
	width: 20px;
}

input.csc-mailform-radio {
	clear: left !important;
	float: left;
}

input.button, input.submit, input.csc-mailform-submit {
	background: #FFFFFF;
	border: none;
	cursor: pointer;
	font-weight: bold;
	margin-top: 4px;
	padding: 2px;
	width: 100px;
	width: auto;
}

input.csc-mailform-submit {
	background: #00ACEC;
	border-bottom: 1px solid #0284BA;
	border-right: 1px solid #0284BA;
	color: #FFFFFF;
}

textarea {
	overflow: auto;
}