@charset "UTF-8";
/* CSS Document */

.register_container{
	padding:1.5em;
	background:#ccc;
}
.anmeldung{
	margin-top:1em;
	padding:1.5em;
}

.anmeldung label{
	
	width:170px;
}

.anmeldung input{
	width:200px;
}

.anmeldung #registerActionButton{
	clear:both;
	margin-right:0;
	margin-top:1.5em;
}
.registerButtonDiv  {
	width:200px;
	margin-top:1em;
}

.anmeldung #messageField{
	display:none;
	float:left;
	clear:both;
	width:210px;
}
#firstname{float:left;}
#accept_label {

	padding: 3px 0px 5px 5px;
}
#accept{ float:left; width:20px;}

#privacyPolicy ul {
	font-family: Helvetica, Arial, sans-serif;
	color:#444;
	line-height:1.6em;
	font-size:12px;
}
.block{
	padding:4px;
	margin-bottom:12px;
	text-align:justify;
}
.sub{
	padding-left:20px;
	margin-bottom:12px;
}
.numberedList{
	list-style-type:decimal;
}
#usageLink{cursor:pointer;}
#privacyLink{cursor:pointer;}
