/* CSS Document */

#inputForm td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 140%;
}

#inputForm .text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 140%;
}

#inputForm .fehlermeldung {
	background-color: #F69679;
	font-weight: bold;
}

#inputForm .width300 {
   width: 300px;
}
