.registertable {
	text-align: center;	
	width: 100%;
}
.registertd1 {
	background-color: #CEEFFF;
	width: 30%;
	text-align: left;
}
.registertd2 {
	background-color: #CEEFFF;
	width: 70%;
	text-align: left;
}
.register_topic {
	margin-bottom: 5px;
	margin-top: 10px;
}


/* Passwortcheck */

.pwcheck {
	background-color: white;
	border: 1px solid black;
	padding: 0px;
	width: 150px;
	height: 15px;
	float: left;
	margin-left: 5px;
}
.pwcheck_bar {
	margin: 0px;
	background-color: green;
	height: 100%;
	width: 0px; 
	position: absolute;
	top: 0px; 
	left: 0px;
}
.pwcheck_text {
	position: absolute;
	top: 0px; 
	left: 0px;
}

#pw2matches {
	margin-left: 5px; 
	float: left;
	font-weight: bold;
}
#email2matches {
	margin-left: 5px; 
	float: left;
	font-weight: bold;
}
