
input{
	vertical-align: baseline;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	
}

.csc-mailform {
border: none; /* Rand ausschalten */
font-size:12px;
}

.csc-mailform-field label {
float:left;
clear:both;
display:block;
width:250px;
padding-left:0px;
margin-right:10px;
margin-bottom:5px;
border: none;
text-align:right;

}
dl input,
dl textarea,
dl select,
.csc-mailform-field input,
.csc-mailform-field textarea,
.csc-mailform-field select
  {
font-size:12px;
float:left;
display:block;

border:1px solid #BFBFBA;
background:#ffffff;
 
margin-bottom:5px;


color:#333333;
}

.csc-mailform-field check{
float:left;
display:block;

border: none;
background:#ffffff;
padding:1px;
margin-bottom:5px;
}

.radiolayout{	
	clear:both;
	display:block;
}

.csc-mailform-submit , input.csc-mailform-submit {
/* Absende Button nach rechts verschieben. Der Wert ergibt sich aus der Summe width + padding-left aus dem label Abschnitt -> oben */
margin-left: 260px;
/* Float wieder abschalten */
clear: both;
border-style: solid;
border-color: rgb(136, 136, 136) rgb(51, 51, 51) rgb(51, 51, 51) rgb(136, 136, 136);
border-width: 1px; 
padding: 2px 6px 3px; 
color: rgb(255, 255, 255); 
background-image: url(../bilder/layout/button.jpg); 
background-attachment: scroll;
background-position: center; 
background-repeat: repeat-x; 
margin-bottom: 7px;
font-weight: bold; 
background-color:none;

cursor: pointer;
}
.csc-mailform-submit2 , input.csc-mailform-submit2, .tx-srfeuserregister-pi1-submit, input.tx-srfeuserregister-pi1-submit{
/* Absende Button nach rechts verschieben. Der Wert ergibt sich aus der Summe width + padding-left aus dem label Abschnitt -> oben */
 
/* Float wieder abschalten */
clear: both;
border-style: solid;
border-color: rgb(136, 136, 136) rgb(51, 51, 51) rgb(51, 51, 51) rgb(136, 136, 136);
border-width: 1px; 
padding: 2px 6px 3px; 
color: rgb(255, 255, 255); 
background-image: url(../bilder/layout/button.jpg); 
background-attachment: scroll;
background-position: center; 
background-repeat: repeat-x; 
background-color:none;
margin-bottom: 7px;
font-weight: bold; 
cursor: pointer;
}

legend {
float:left;

display:block;
width:200px;
padding-left:0px;
margin-bottom:5px;
border: none;
}

fieldset {

padding:0px;

border: 2px solid #E4E5E0;
	


}


.csc-mailform-field{
display:block;
clear:both;
margin-top:4px;
}
