.border {
	border: 1px solid #a7aaa1;
	padding: 2px;
}

.formtext {
	float: left;
	margin: 10px;
	height: 150px;
}

select {
	width: 200px;
	border: 1px solid #818181;
	background: #ffffff;
}

input.berechnen {
	width: 215px;
	height: 27px;
	background: url(/fileadmin/pss/templates/images/berechnen.png);
	border: none;
	text-indent: -99999%;
	cursor: pointer;
}