.formRow{
	padding-bottom: 10px;
}

.label{
	float: left;
	width: 100px;
}

.emptyLabel{
	float: left;
	width: 10px;
}

.inputFloat{
/*	float: left;*/
}


label{
	cursor:pointer;
}

input{
	
	width: 300px;
	background-color: #CACEE3;
	border-width: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	
	color: #141E74;
}

input.radio{
	width: 20px;
	background-color: transparent;
	border-color:#FFFFFF;
	border-style: solid;
	border-width: 0px;

}

input.submit{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width: 145px;
	height: 20px;
	margin-right: 10px;
	background-color: #141E74;
	font-weight: bold;
	font-size: 12px;
	cursor: pointer;
	color: #FFFFFF;
	border-width: 0px;
}

input.esc{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width: 145px;
	height: 20px;
	background-color: #141E74;
	font-weight: bold;
	font-size: 12px;
	cursor: pointer;
	color: #FFFFFF;
	border-width: 0px;
}

#plz{
	width: 50px;
}

#ort{
	width: 240px;
}

textarea{

	width: 300px;
	background-color: #CACEE3;
	border-width: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #141E74;
	
	overflow: auto;	
}

select{
	background-color: #E6F0F8;
}
