/*===================================================================
File:			CSS Stylesheet Forms
				www.raumhaus.de
Author:		Ulrich Athmer
Date:			2008-10-06

Colors:		darkgrey			#7F7F7F
				mediumgrey		#CCCCCC
				lightgrey		#ADADAD
				black				#000000
				white				#FFFFFF
				rot				#E20A16
===================================================================*/

#formular
{
	clear: both;
	float: none;
	width: 560px;
	margin: 0px;
	padding: 20px 0px 0px  0px; /*top regelt den Abstand zum Main-Menue ; bottom den Abstand zum Footer*/
	background-color: #FFF;
	text-align: left;
	border: 0px solid fuchsia;
}

form {
	display: inline;
	padding-bottom: 5px;
}

input.text
{
	height: 18px;
	border: 1px solid #ADADAD;
	color: #000;
	font-size: 8pt;

}
/*
input.btn
{
	height: 22px;
	border: 1px solid #fff;
	color: #000;
	background-color: #ADADAD;
	font-size: 8pt;
	padding: 2px;
}
*/
textarea
{
	border: 1px solid #ADADAD;
	color: #000;
	font-size: 8pt;
	padding-left: 2px;
}

.error_warning {
	color: #E20A16;
}