form {
  line-height: 1.44em;
}

form br {
  clear: both;
}

label.links {
  float: left;
	text-align: left;
	width: 9em;
  margin-right: 0.3em;
}

input, select {
  float: left;
}

input[type=text], textarea {
  color: #000;
	background: #fff;
}

input[type=text]:focus, textarea:focus {
  color: #000;
	background: #edf2f6;
	font-weight: bold;
}

input.rechts {
  float: left;
	width: auto;
	clear: both;
	margin-left: 9.3em;
	margin-right: 0.3em;
}

label, select, input[type=checkbox], input[type=radio], input[type=button], input[type=submit] {
  cursor: pointer;
}
