body{
	font-family: Arial, Helvetica;
	font-size: 13px;
}  	
label{
	display:block;
	height: 30px;
	white-space: nowrap;
}
label > div{
	display: inline-block;
}
input[type=password],input[type=text],input[type=email]{
	width: 220px;
	border:1px solid black;
}
input[type=submit]{
	float: right;
	width: 100px;
    margin: 0;
}
input[name=zum_login]{
	width: 100px;
}
h2,h3{display:inline-block;}
.clr{clear: both;}
.color-red{color:red;}
.margin-top-20{margin-top: 20px;}
#wrapper{
	width: 468px;
	margin: 0 auto;
}
#header{
	margin-top:15px;
	height: 40px;
	border-bottom: 3px solid #01632F;
}
#index-logo{
    height:38px;
    float:right;
}  	
#text-pw-hint{
	margin:10px 0 20px 0;
}
#text-link-invalid{
	padding: 20px 0; 
}
#text-pw-changed{
	display:none;
	padding-bottom:45px;
}
#text-error{padding-bottom:45px;}
#btn-zum-login{
	display: inline-block;
}
.required{
	color:red;
	display:none;
	padding-bottom:10px;
}
/***** pw_vergessen.cfm ****/
#inner-container{margin-top:10px;}
#text-email-sent,#text-user-email-wrong{
    margin-top:30px;
    display: none;
}
#text-user-email-wrong{color:red;}
#email-sent{font-weight:bold;}
