@media all

{


form {overflow:hidden;  }

.csc-mailform {
	border:0;
	}
	
.csc-mailform-field {
	margin-bottom:6px;
	border:1px solid #fff;
	}
	
input, textarea {     	
	width:280px;
	font: 0.7em Verdana, Arial, Helvetica, Sans-Serif;
	border: 1px #a3b1b7 solid;
    	background: #f0f0f0;
	padding: 3px;
	margin-left:20px;
	color:#00889d;
	}
	
input[type=text]:hover, input[type=password]:hover, textarea:hover {
	background: #fff;
	color: #00bed8;
	border:1px solid #00bed8:
	width:280px;
	}

input[type=text]:focus, input[type=password]:focus, textarea:focus {
	background: #f0f0f0;
	color: #333;
	border-color: #6c797f;
	width:280px;
	}

input[type=checkbox] {
	display:inline;
	}
	
.csc-mailform-field label {
	margin-left:20px;
	color:#263C46;
	display:block;
	font-size:0.7em;
	margin-top:0.4em;
	}
  

.csc-mailform-submit { 
	margin-top:1em;
	margin-bottom:2em;
	width:285px;

	}
  
 select {

 }
 
 #mailformAnrede {
 	background: #f0f0f0;
	color: #263C46;
	border-color: #a3b1b7;
	font-size:0.7em;
	width:120px;
	margin-left:20px;
	padding:3px 0 3px 3px;
 }
  

}
  



