#password_result, #password2_result
{
display:inline-block;
padding: 15px;
width: 200px;
text-align: center;
padding:.1em;
margin-left:10px;
}

#explanation{
display:none;
}

.weak, .password_weak
{
background: #d62e32;
border: solid #992A2A 1px;
color: #FFF;
}
.medium, .password_medium
{
background: #efff3a;
border: solid #c3d500 1px;
color: #555555;
}
.strong, .password_strong
{
background: #67a54b;
border: solid #3b6e22 1px;
color: #FFF;
} 

form.user {
	margin:0.2em 1em 0.2em 1em;
/*	text-align: right;*/
}

form.user input{
border:1px solid #3b6e22;
width:200px;
color:#666666;
}

form.user label{
display:inline-block;
margin-bottom:10px;
color:#555555;
}

form.user label span{
display:block;
float:left;
padding-right:6px;
width:10em;
text-align:right;
font-weight:bold;
}

form.user .spacer{
	margin-left:11em; 
	margin-bottom:10px;
	font-size:1em;
	color:#555555;
}

form.user .green{
	background:url(/img/green.gif);
	padding:0px 6px;
	border:1px solid #3b6e22;
	height:24px;
	line-height:24px;
	color:#FFFFFF;
	font-size:12px;
	margin-right:10px;
	display:inline-block;
	font-weight:bold;
	text-decoration:none;
	text-align: center;
	width:190px;
	cursor:pointer;
}

form.user .grey{
	background:url(/img/grey.gif);
	padding:0px 6px;
	border:1px solid #888888;
	height:24px;
	line-height:24px;
	color:#FFFFFF;
	font-size:12px;
	margin-right:10px;
	display:inline-block;
	font-weight:bold;
	text-decoration:none;
	text-align: center;
	width:190px;
}

form.user .red{
	background:url(/img/red.gif);
	padding:0px 6px;
	border:1px solid #660000;
	height:24px;
	line-height:24px;
	color:#FFFFFF;
	font-size:12px;
	margin-right:10px;
	display:inline-block;
	font-weight:bold;
	text-decoration:none;
	text-align: center;
	width:190px;
}
