﻿.minifont {
	font-size: 10px;
	color: #000;
	line-height: 1em;
}
 
/* PasswordStrength */
.graph { 
	position: relative; /* IE */
	width: 100%; 
	border: 1px solid #FFF; 
	width: 278px;
	padding:2px 2px 2px 0px;
}
.graph .bar { 
	display: block;
	position: relative;
	background-color: #fff;
	background: url(../image/bar.jpg) repeat-y;
	opacity: 0.70;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	text-align: left; 
	height: 11px; 
}
 
.graph .bar span { 
	position: absolute;
	left: 1em; 
}