.csc-mailform {
	margin: 0px;
	padding: 0px;
	width: 365px;
}
.csc-mailform-field {
	display: block;
	width: 365px;
	clear: both;
	padding: 5px 0px 5px 0px;
	margin: 0px;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	border-top: 1px dotted #d0d0d0;
}
.csc-mailform-field label {
	width: 185px !important;
	display: block;
	float: left;
	padding-right: 5px;
	font-size: 11px;
	color: #000000;
	margin-bottom: 10px;
}
.csc-mailform-field input {
	width: 160px !important;
	display: block;
	float: right;
	color: #000000;
	background-image: url(/fileadmin/html_template/images/input-bg-01.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	margin-bottom: 10px;
	border: 1px solid #cccccc;
}
.csc-mailform select, .csc-mailform input, .csc-mailform textarea {
	width: 160px !important;
}
.csc-mailform textarea {
	width: 357px !important;
	clear: both;
	display: block;
	color: #000000;
	background-color: #eeeeee;
	border: 1px solid #cccccc;
	font-size: 11px;
}
.csc-mailform  .csc-form-labelcell {
	vertical-align: top;
	padding-top: 3px;
}
.csc-mailform  .csc-form-fieldcell {
	vertical-align: top;
	padding-left: 10px;
}
.csc-mailform-check {
	width: 15px !important;
	display: block;
	float: right;
	color: #000000;
	border: 0px !important;
	background-image: url(/fileadmin/html_template/images/alpha.png) !important;
}
.csc-mailform-submit {
	font-weight: bold;
	background-image: url(/fileadmin/html_template/images/alpha.png) !important;
	border: 1px solid #cccccc;
	color: #444444 !important;
}
