/* Mailform */
input:focus, select:focus, textarea:focus {
	outline:0px solid #ffff99;
	background-color:#EEE;
	color:#1D1D1D;
	outline:0;
} 

div.form {
	background: transparent;
	font: arial;
	color:#5D5D5D;
}
	
.mf-input {
border: 1px solid #D3D706;
background-color: #FFF;
margin-bottom: 10px;

}
.feedbackform{
	padding: 15px;
	font-family: sans-serif;
	background-image: url(images/mailform.jpg);
	background-repeat: no-repeat;
	color: #1D1D1D
}

div.fieldwrapper{ /*field row DIV (includes two columns- Styled label column and 'thefield' column)*/
	width: 550px; /*width of form rows*/
	overflow: hidden;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0;
	list-style-type: square;
	text-align: right;
	font-family: sans-serif;
	font-size: 0.95em;
	font-weight: normal;
	color:#9d9d9d;
}

div.fieldwrapper label.styled{ /* label elements that should be styled (left column within fieldwrapper DIV) */
	float: left;
	width: 155px; /*width of label (left column)*/
	text-transform: none;
	margin-right: 10px; /*spacing with right column*/
	font-family: sans-serif;
	text-align: right;
	color: #1d1d1d;
}
div.fieldwrapper label.styledzahl{ /* label elements that should be styled (left column within fieldwrapper DIV) */
	float: left;
	width: 70px; /*width of label (left column)*/
	text-transform: none;
	margin-right: 15px; /*spacing with right column*/
	font-family: sans-serif;
	font-size: 0.85em;
	text-align: right;
}

div.fieldwrapper div.thefield{ /* DIV that wraps around the actual form fields (right column within fieldwrapper DIV) */
	float: left;
	margin-bottom: 10px;
}
div.fieldwrapper div.thefieldzahl{ /* DIV that wraps around the actual form fields (right column within fieldwrapper DIV) */
	float: left;
	margin-bottom: 10px;
}
div.fieldwrapper div.thefieldperson{ /* DIV that wraps around the actual form fields (right column within fieldwrapper DIV) */
	float: left;
	margin-bottom: 10px;
}
div.fieldwrapper div.thefield input[type="text"]{ /* style for INPUT type="text" fields. Has no effect in IE7 or below! */
	width: 180px;

}
div.fieldwrapper div.thefieldzahl input[type="text"]{ /* style for INPUT type="text" fields. Has no effect in IE7 or below! */
	width: 60px;

}
div.fieldwrapper div.thefieldperson input[type="text"]{ /* style for INPUT type="text" fields. Has no effect in IE7 or below! */
	width: 20px;

}

div.fieldwrapper div.thefield textarea{ /* style for TEXTAREA fields. */
	width: 370px;
	height: 75px;
}
div.buttonsdiv{ /*div that wraps around the submit/reset buttons*/
	margin-top: 5px; /*space above buttonsdiv*/
	outline:0;
	margin-left: 165px;
}

div.buttonsdiv input{ /* style for INPUT fields within 'buttonsdiv'. Assumed to be form buttons. */
width: 80px;
background: #e1dfe0;
outline:0;
}


</style>
.col-2S {
	width: 564px;
	color:#0F0
}
