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

input, select {
	border: 1px solid #103f61;
	background:#ccc;
	color:#333;	
	font-size:85%;
	width:200px;
}
textarea{
	border: 1px solid #103f61;
	background:#ccc;	
	color:#333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:95%;
	width:300px;
}
.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; 
}

.formbutton {
	color: #333;
	background-color:#E00;
	padding: 2px;
	border: 0px solid #076FA0;
}

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