
/**** ALPHABETISCH ***/

.border_normal {
	border:1px solid #afafaf;
}

.border_gray {
	border: 1px solid gray;
}

.border_error {
	border: 1px solid red;
}

.form_wrapper_in {
	width:658px;
	min-height:10px;
	padding:30px 20px 20px 20px;
	border: 9px solid #fff;
	z-index:1;
	position:relative;
}

.form_wrapper_out {
	margin-bottom:20px;
	z-index:1;
	position:relative;
}

#form_table {
	text-align:left;
	padding:5px;
}

#form_table td{
	text-align:left;
}

#form_table th{
	width:25%;
	font-size:11px;
}

input[type=checkbox]{
	width:15px;
	height:15px;
	text-align:left;
}

input[type=submit]{
	width:250px;
	text-align:center;
}

input[type=text]{
	width:248px;
	padding:1px;
	font-size:11px;
	text-align:left;
	color:#656464;
}

.routing input[type=submit]{
	width:140px;
	text-align:center;
}

.routing input[type=submit]:hover{
	background:#afafaf;
}

.routing input[type=text]{
	width:132px;
	padding:3px;
	margin-bottom:3px;
	font-size:11px;
	font-family:Arial;
	color:white;
	border: 1px solid #cfcfcf;
	background:#afafaf;
}

select{

	padding:1px;
	font-size:11px;
	color:#656464;
	text-align:left;
	border: 1px solid #dbdbdb;
}

textarea{
	width:250px;
	height:40px;
	font-size:11px;
	text-align:left;
	color:#656464;
}
