/* --- FORM CSS FORMATTING --- */

input, select, textarea{
	border: 1px solid #aaa;
	background:#FFFFFF;	
	width:150px;
}
.input_norm {
	width:150px;
}
.input_submit {
	width:89px;	
	border: none;
}
.input_klein {
	width:50px;
}
.input_large {
	width:200px;
}
.text_large {
	width:400px;
}

.form{
	margin:0px; 
	padding:0px; 
	line-height:15px; 	
	font-size:85%;
}

.formbutton {
	font-size: 11px;
	color: #FFFFFF;
	background-color:#006894;
	padding: 2px;
	border: 0px solid #006894;
}

.radio, .check {	
	margin:0px; 
	padding:0px; 
	width:auto;
	border: none;
}
