#mailform .csc-mailform {
	border:none;
	
}
#mailform {
	margin:0px;
	padding:0px;
	margin-left:20px;
	background-image:url(images/form/form-top.jpg);
	background-repeat:no-repeat;
	background-position:top;
	width:414px;
	padding-top:10px;
	padding-left:10px;
}
#mailform .csc-mailform .csc-mailform-field label{
	clear:both;
	float:left;
	margin-right:40px;
	width:60px;
	height:20px;
	overflow:hidden;
	display:block;
	margin-bottom:5px;
	
}
#mailform .csc-mailform .csc-mailform-field input{
	float:left;
	margin-bottom:3px;
	background-image:url(images/form/bg_input_field.jpg);
	background-repeat:repeat-x;
	border:none;
	border-bottom:1px solid #BFBFBF;
	border-right:1px solid #BFBFBF;
	display:block;
}
#mailform .csc-mailform .csc-mailform-field #betreff{	
	width:300px;
	display:block;
	overflow:visible;
	clear:both;
}
#mailform .csc-mailform textarea{
	float:left;
	width:262px;
	overflow-y:scroll;
	border:1px solid #BFBFBF;	
}
* + html #mailform .csc-mailform textarea{
	width:260px;
}
.csc-mailform .form_submit{	
	margin-top:5px;
	margin-left:270px;
}