#main_wrapper #content_wrapper #content .formular{
	width:550px;
	border:1px solid #FFF;
	text-align:left;
	padding: 0px;
	margin-top: 2px;
	margin-bottom: 0px;
	font-size: 120%;
	height: auto;
	font-family: "Courier New", Courier, monospace;
}
#content .formular .box{
	margin-top:10px;
}
#content .formular .um{
	margin-left:0px;
	margin-top: 10px;
}
#content .formular .bez{
	float:left;
	width:9.5em;
	line-height:18px;
	margin-bottom: 5px;
}
#content .formular .copy{
 font-size:10px;
 position:relative;top:30px;
}
input, textarea{
	margin-top:4px;
	font-family: "Courier New", Courier, monospace;
	font-size: 80%;
	border-top-width: 0.1em;
	border-right-width: 0.1em;
	border-bottom-width: 0.1em;
	border-left-width: 0.1em;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #CCC;
	line-height: 100%;
	padding: 3px;
	margin-bottom: 4px;
	display: block;
	background-color: #F6F6F6;
	-moz-border-radius: 8px;-webkit-border-radius: 8px;border-radius: 8px;
	width: 100%;
}


input{
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px; 
}
 


#content    .formular .formular .button{
	width: 25%;
	background-color: #999;
	font-size: 70%;
	color: #FFF;
	padding: 3px;
	margin-top: 6px;
	margin-bottom: 4px;
	margin-right: auto;
	margin-left: auto;
}
#main_wrapper #content_wrapper #content .formular .fehler {
	color: #C00;
	font-size: 70%;

}
label  {
	color: #999;
	font-size: 70%;
	display: block;
	float: left;
	width: 90%;
	line-height: 100%;
	padding: 3px;
	margin: 4px;
	clear: both;
}

#senden:hover
{
background-color: #579DDF!important;
}
