/* Mail Form */
legend {
	display: none;
}

fieldset,
.csc-mailform {
	border: none;
	padding: 0;
	margin: 0;
}

.csc-mailform-field {
	margin: 8px 0 5px 0;
	clear: left;
}

.csc-mailform-input,
.csc-mailform-textarea,
.csc-mailform-password {
	width: 220px;
}
.csc-mailform-select {
	width: 224px;
}

.check .csc-mailform-field label {
	width: 200px;
}

.csc-mailform-field label {
	font-size: 100%;
	width: 120px;
	display: block;
	float: left;
	min-height: 25px;
}

.csc-mailform-field input.csc-mailform-radio {
	margin: 3px 6px 0 0;
	float: left;
	border: none;
}

.csc-mailform-field img {
	margin-top: 4px;
}


/* Format checkboxes ( fix IE 6 & 7 BUG */
.check {
	width: 100%;
}
.check .csc-mailform-field label {
	width: 410px;
	font-weight: normal;
}
.check div.csc-mailform-field span.csc-mailform-label {
	display: inline;
	width: 100%;
	padding: 10px;
}
.csc-mailform-field .csc-mailform-check {
	width: 14px;
	margin-right: 10px;
	float: left;
}

.csc-mailform-field input.csc-mailform-check {
	margin-top: 3px;
	border: none;
}
.csc-mailform-field .csc-mailform-check {
	width: 14px;
	margin-right: 6px;
	float: left;
}

.csc-mailform-radio label {
	width: auto;
	min-width: 20px;
	float: left;
	margin-right: 15px;
}

.csc-mailform-field input.csc-mailform-submit {
	margin-top: 10px;
	margin-left: 120px;
}

/* Form caption */
.csc-mailform-field span.csc-mailform-label {
	font-size: 100%;
	display: block;
	margin-top: 20px;
}

/* newsletter subscription: categories */
.direct-mail-categories{
	margin: 30px 0 15px 120px;
}

/* captcha */
.csc-mailform-field .captchaWrapper label {
	display: block;
	float: none;
	margin-bottom: 5px;
	width: auto;
}

#mailformCaptcha {
	margin: 5px 0 0 120px;
}

/* fixed positioning of the reCaptcha-Box in the newsletter subscription) */
#recaptcha_area {
	width: 510px !important;
	float: left;
	margin-bottom: 20px;
}