#score {
	color: #000;
	font-size: 70%;
	position:absolute;
	text-align: center;
	width: 132px;
	z-index: 10;
}

#scorebar {
	background-image: url(../images/bg_strength_gradient.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	position:absolute;
	width: 132px;
	z-index: 0;
}

#scorebarBorder {
	background: white;
	height: 12px;
	margin-bottom: 2px;
	margin-top: 2px;
	margin-right: 10px;
	width: 132px;
}

#complexity {
	font-size: .7em;
	font-family: sans-serif;
	line-height: 1.20em;
	font-color: black;
}