	body { 
	font-family: Helvetica,sans-serif;
	background-image: url('stripe.png');
	color: gray;
	background-color: #000000;
	text-align: center;
	}
	
	fieldset {
	width: 30em;
	margin:0px auto;
	margin-top: 50px;
	}
	
	legend {
	color: red;
	font-size: large;
	}
	
	label,input {
	display: block;
	width: 200px;
	float: left;
	margin-top: 10px;
	}
	
	label {
	text-align: right;
	width: 10em;
	padding-right: 20px;
	}

	br {
	clear: left;
	}
	
	#passwordStrength {
	height:5px;
	display:block;
	float:left;
	}

	.nomargin {
	margin-top: 0px;
	margin-bottom: 0px;
	}
	
	.formbutton {
	cursor: pointer;
	border: outset 1px #ccc;
	font-weight: bold;
	padding: 1px 2px;
	width: 5em;
}

	.strength0 {
	width:0em;
	background:red;
	}

	.strength1 {
	width:40px;
	background:red;
	}

	.strength2 {
	width:80px;    
	background:red;
	}

	.strength3 {
	width:120px;
	background:red;
	}

	.strength4 {
	background:red;
	width:160px;
	}

	.strength5 {
	background:red;
	width:200px;
	}