#contentForm {
  display: block;
  width: 500px;
  margin: 70px auto;/*this line will center the page*/
  padding: 25px;
  border: 1px solid black;
  background-color: white;
}
/* and now the form formatting itself */

.fehlermeldung {
	display: block;
	width: 400px;
	height: autopx;
	line-height: 22px;
	color: #FFFFFF;
	font-size:1.1em;
	font-weight: normal;
	padding: 3px 10px 3px 60px;
	margin: 10px 0;
	border-top: 2px solid #FF0000;
	border-bottom: 2px solid #FF0000;
	background-color: #FF9D9D;
	background-image: url(../Images/fehler.jpg);
	background-repeat: no-repeat;
	background-position: 0px 5px;
}

.fehlermeldung a {
	color: #FFFFFF;
}

input, textarea, checkbox, select {
  margin: 0;
  padding: 2px;
  font-size: 1em;
  color: #666666;
  background: #e7edf0;
  border: 1px solid #ccc;
  margin: 5px 0;
}


input:focus, textarea:focus, checkbox:focus, select:focus {
  border: 1px solid #999;
  background-color: #aabec9;
  color:#ffffff;
}

input.button {
	cursor: pointer;
	font-weight: bold;
	width: 120px;
	height: 25px;
	background-image: url(../images/nav.png);
	background-repeat: repeat-x;
	background-position: left top;
	color: #333333;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

input.button:hover {
	background-position: left bottom;
}

label {
  display: block;
  float: left;
  clear: left;
  Width: 150px;
  line-height: 20px;
  margin-bottom: 10px;
  margin: 5px 0;
  font-weight:bold;
}

span.required{
  font-size: 13px !important;
  color: red !important;
}
