@charset "utf-8";
/* CSS Document */
.error_message_form {
	padding:1em;
	border:1px solid #FF0000;
	margin-bottom:2em;
}
.password_strength_result_bar {
	width:10em;
	height:0.5em;
	border:1px solid #CCCCCC;
	padding:0.1em;
}
.password_strength_result_bar_Sterk,
.password_strength_result_bar_Goed,
.password_strength_result_bar_Redelijk,
.password_strength_result_bar_Zwak {
	height:0.5em;
}
.password_strength_result_bar_Sterk {
	background-color:#00FF00;
}
.password_strength_result_bar_Goed {
	background-color:#0000FF;
}
.password_strength_result_bar_Redelijk {
	background-color:#FFFF00;
}
.password_strength_result_bar_Zwak {
	background-color:#FF0000;
}


.user_userform_kop {
	font-weight:bold;
	padding-top:0.5em;
	padding-bottom:1.5em;
	font-size:11px;
}

.user_nextbutton {
	clear:both;
		float:left;
		background-color:#ff5c0a;
		cursor:pointer;
		padding:0.4em 1em 0.4em 1em;
		font-weight:bold;
}

.user_userform_fieldset {
	clear:both;
	width:55em;
	height:3em;
}

.user_userform_fieldkop {
	float:left;
	width:14em;
}
.user_userform_field {
	float:left;
}
#username_AvCheck_result,
#password_AvCheck_result,
#password_repeat_AvCheck_result {
	float:left;
	padding-left:0.5em;
}




#inlog_form_div {
	width:30em;
	margin: 0 auto;   /* align for good browsers */
}
#inlog_form_div input {
	border:1px solid #000000;
	width:11em;
}
#inlog_form_inloggen {
	width:30em;	
	text-align: left; /* counter the body center */
	border:1px solid #ff5c0a;
	margin-top:5em;
	margin-bottom:1em;
	background-color:#FFFFFF;
}
#inlog_form_inloggen form { 
	margin:0; 
	padding-left:1em;
	padding-right:1em;
	padding-bottom:1em;
}
#inlog_form_titlebar {
	background-color:#ff5c0a;
	padding:0.5em;
	color:#FFFFFF;
	font-weight:bold;
	font-size:11px
}
#inlog_form_go {
	width:6em;
	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
	background-color:#ff5c0a;
	float:right;
	padding:0.5em;
	cursor:pointer;
	color:#FFFFFF;
	font-weight:bold;
}
#inlog_form_returnmessage {
	color:#FF0000;
	font-weight:bold;
	margin-top:1.5em;
	margin-bottom:1.5em;
	line-height:1.5em;
}
#inlog_form_footer, #inlog_form_footer a {
	font-size:10px;
	color:#000000;
	font-weight:normal;
	text-decoration:none;
}