/*
 * Ext JS Library 1.1.1
 * Copyright(c) 2006-2007, Ext JS, LLC.
 * licensing@extjs.com
 * 
 * http://www.extjs.com/license
 */

.strengthMeter {
	border: 1px solid #B5B8C8;
	margin: 3px 0 3px 0;
  margin-bottom: 8px;
	background-image: url(../img/meter_background.gif);
}
.strengthMeter-focus {
	border: 1px solid #000;
}
.scoreBar {
	background-image: url(../img/meter.gif);
	height: 10px;
	width: 0;
	line-height: 1px;
	font-size: 1px;
}

