/*
	Anpassungen Formular Layout
*/

#contentframe label {
	font: bold 0.7em Verdana;
	line-height: 1.363em;
	display: block;
}

#contentframe div.zipbox {
	float: left; 
	width: 3.05em;
}

#contentframe div.citybox {
	float: left; 
	width: 7.5em;
}

#contentframe input.textfield, #contentframe input.zip, #contentframe input.city, #contentframe select {
	width: 20em;
	margin-bottom: 1.25em;
	font: normal 0.7em Verdana;
	line-height: normal;
}

#contentframe input.textfield, #contentframe input.zip, #contentframe input.city {
	height: 1.3em;
	*/ height: 1.2em;
}

/* Hides from IE-mac \*/
* html #contentframe input.textfield, * html #contentframe input.zip, * html #contentframe input.city {
	height: 1.6em;
}
/* End hide from IE-mac */

#contentframe input.zip {
	width: 3.3em;
}

#contentframe input.city {
	width: 15.5em;
}

#contentframe textarea {
	font: normal 0.7em Verdana;
	width: 20em;
	height: 10em;
}

#contentframe .submitButton {
	margin-top: 0.625em;
	border: 1px solid #A30810;
	background-color: #F58229;
	font: bold 0.7em Verdana;
	color: #fff;
	width: 8em;
	padding: 0.3em 0;
}

#contentframe .errortext {
	color: #F58229;
	font-weight: bold;
}
