/** stuff for mail formular **/
.csc-mailform {
	border-style: none;
	width: 351px;
}

.csc-mailform-field {
	width: 350px;
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 200px;
}

.csc-mailform-field input {
	border-style: solid;
	border-width: 1px;
	border-color: #962E34;
	width: 200px;
	float: left;
}

.csc-mailform-field label {
	float: left;
	width: 150px;
	font-weight: bold;
}

.csc-mailform-field textarea {
	border-style: solid;
	border-width: 1px;
	border-color: #962E34;
	width: 200px;
	height: 150px;
  float: left;
}

.csc-mailform-field select {
	border-style: solid;
	border-width: 1px;
	border-color: #962E34;
	width: 200px;
}

input.csc-mailform-submit {
	float: right;
	width: 100px;
}

.csc-mailform-radio input {
	width: auto;
	border-style: none;
	background-color: transparent;
}

.csc-mailform-radio label {
	width: auto;
	float: none;
}

.csc-mailform-radio fieldset {
	border-style: solid;
	border-width: 1px;
	border-color: black;
	background-color: #962E34;
}

input.csc-mailform-check {
	width: auto;
	border-style: none;
	float: left;
}

.csc-mailform-radio legend {
	visibility: hidden;
	display: none;
}