.reg-checkbox {
/*	background: none;
	text-decoration: none;
	border: 3px solid #b20614;
/* TUT NICHT! */ 
}

.reg-input {
	border: none;
	background: none;
	background-color: white;
	border: 1px solid #b20614;
	color: #b20614;
	padding-left: 5px;
	width: 180px;
	height: 13px;
	font-size: 10px;
	margin-bottom: 2px;
	
	
}
.reg-submit {
	border: none;
	background: url("../../siteimg/arrows/reg-submit.jpg");
	color: #b20614;
	text-align: right;
	margin-left: 135px;
	width: 61px;
	height: 19px;
	font-size: 0px;
	background-repeat: no-repeat;
}
.reg-m {
	margin-left: 50px;
}

#errors {
padding: 20px;
border: 1px solid #b20614;
}
