input.formular {
	font-family:		Arial, Helvetica, sans-serif;
	font-size: 11px;
	color : #999;
	background-color: White;
	text-align: left;
	border: 0px;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	padding-left: 4px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 3px;
}
input.tabelle {
	font-family:		Arial, Helvetica, sans-serif;
	font-size: 11px;
	color : #999;
	background-color: White;
	text-align: left;
	border: 0px;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	padding-left: 3px;
	margin-bottom: 3px;
}
input.buttons {
	font-family:		Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #B5533A;
	text-align: center;
	font-weight : bold;
	padding-left:4px;
	padding-right:4px;
	border: 0px;
	border-top: 1px solid  #999;
	border-left:1px solid #999;
	border-bottom:1px solid white;
	border-right:1px solid white;
	background: url(bg_login_button.gif);
	margin-top: 5px;
	margin-bottom: 10px;
}
textarea.formular {
	font-family:		Arial, Helvetica, sans-serif;
	font-size: 11px;
	color : #999;
	background-color: White;
	text-align: left;
	border: 0px;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	padding-left: 3px;
	margin-bottom: 3px;
}
select.menue {
	font-family:		Arial, Helvetica, sans-serif;
	font-size: 11px;
	color : #999;
	background-color: White;
	text-align: left;
	border: 0px;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	padding-left: 3px;
	margin-bottom: 3px;
}
select.tabelle {
	font-family:		Arial, Helvetica, sans-serif;
	font-size: 11px;
	color : #999;
	background-color: White;
	text-align: left;
	border: 0px;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	padding-left: 3px;
	margin-bottom: 3px;
}

p.form_special {
	font-size: 10px;
	color : #660099;
}

p.form_error {
	font-size:10px;
	color: red;
	font-weight: bold;
}

input.actionbutton {
	font-family:		Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
	text-align: center;
	font-weight : bold;
	padding:0px;
	border: 0px;
	border-top: 1px solid  #999;
	border-left:1px solid #999;
	border-bottom:1px solid white;
	border-right:1px solid white;
	background: #B5533A;
	margin-top: 10px;
	margin-bottom: 5px;
}
