.style1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.inbox {
	width:200px;
	border:solid 1px gray;
}
.graybar {
	width:200px;
	background:#dddddd;
	height:3px;
	float:left;
	margin-top:28px;
}
.colorbar {
	width:1px;
	background-image: url(../img/passwordstrength.jpg);
	height:3px;
}
.result {
	color:#fff;
	font-family:Tahoma;
	font-size:11px;
	margin:20px 0 0 10px;
	float:left;
}
