p.fehlerAnzeigen{

	font-size : 11px;
	font-weight : bold;
}
p.fehlerFormat{

	color: Red;
	font-size : 11px;
	font-weight : bold;
}
p.fehler {

	font-size : 13px;
	font-weight : bold;
	margin-bottom: -10px;
}
p.io {

	color: #ff9900;
	font-size : 13px;
	font-weight : bold;
}
p.weiter {

	color: #ff9900;
	font-size : 11px;
	font-weight : bold;
}

.inputbox, select {
	padding: 2px;
	border:solid 1px #cccccc;
	background-color: #ffffff;
	width: 200px;
}

.button {

  color: #333333;
  font-family: Arial, Hevlvetica, sans-serif;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  border: 3px double #cccccc;
  width: auto;
  background: url(../images/button_bg.png) repeat-x;
  padding: 0px 5px;
  line-height: 18px !important;
  line-height: 16px;
  height: 26px !important;
  height: 24px;
  margin: 1px;
  width: 200px;
}




