 /*Kontaktformular Style, laterz bitte in das CSS kopieren*/
 
 
 
 .csc-mailform li {
	list-style-type: none;
	line-height: 50px;	
 }
 
 
 #field-3, #field-23 {
	float: left;
 }
 
 
label[for="field-23"], label[for="field-24"] {
	width: 25px!important;
	float: left;
 }
 .csc-form-23 {
	width: 200px;
 }
 
 .csc-form-24, .csc-form-25 {
	width: 100px;
	line-height: 50px!important;	
 }

.csc-form-23, .csc-form-24, .csc-form-25,  .csc-form-38{
	float: left;
 }
 .csc-form-26, .csc-form-40 {
	clear: both;
 }
 .csc-form-38{
	 width: 30px;
 }
 .csc-form-element {
	/*line-height: 50px;*/
 }
 
 .csc-mailform input[type="radio"] {
	height: 45px;
 }
 
 .csc-mailform input[type="text"] {
	max-width: 350px;
        width: 50%;	
        padding: 5px .5%;
        font-family: 'Biryani', sans-serif;
 }
 .csc-mailform input[type="text"]:focus, textarea:focus {
     border-left: 5px solid #999;
     background: #ddd;
 }
 
 textarea {
	max-width: 350px;
        width: 50%;
	height: 200px;
        padding: 5px .5%;
        font-family: 'Biryani', sans-serif;
 }
 
 .csc-form-3 {
	height: 50px;
	line-height: 50px;
 }
  
.csc-mailform input[type="submit"] {
	/*position: relative;
	width: 200px;
	height: 50px;
	border: 1px solid #000;
	top: 20px;
	margin-bottom: 50px;*/	
	
	position: relative;
	background-color: #fff;
    border-bottom: 2px solid #cecece;
    border-radius: 4px;
    display: inline-block;
    font-size: 1.2em;
    line-height: 24px;
    padding: 10px 0 10px;
    text-align: center;
    width: 250px;
    text-decoration: none;
    font-family: 'Palanquin', sans-serif;
    text-shadow: 1px 1px 1px rgba(255,255,255,1);
	
	top: 20px;
	left: 200px;
	margin-bottom: 50px;
}
 