
select, input, textarea
	{
	color:#666666;
	font-size:11px;
	padding-left:7px;
	padding-right:0px;
	margin:1px;
	background-color:#dde4ec;
	border-width: 1px;
	border-style:dotted;
	border-color: #999999;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	
.form_zip {
	height:20px;
	width:250px;
	}

.form_textfield {
	width:250px;
	height:20px;
	}
.form_textfield_street {
	width:250px;
	height:30px;
	}
	
.form_textfield_message {
	width:300px;
	height:120px;
	}
.form_dropdown {
	height:20px;
	}
	
.form_button {
	height:22px;
	width:100px;
	padding-left:0px;
	cursor:pointer;
	}

.form_login {
	height:22px;
	width:150px;
	}
	
.form_button_login {
	height:25px;
	width:50px;
	padding-left:0px;
	background-color:#FFFFFF;
	cursor:pointer;
	}

select.reference
	{
	width:160px;
	height:18px;
	font-size:10px;
	background-image:url(../_images/abstand.gif);
	background-repeat:no-repeat;
	border: 1px dotted #ffffff;
	background-color:#bcc7db;
	color:#333333;
	}
	
input.reference
	{
	width:160px;
	height:16px;
	font-size:10px;
	background-image:url(../_images/abstand.gif);
	background-repeat:no-repeat;
	border: 1px dotted #ffffff;
	}
