
.tooltips {
	position:absolute;
	left:-500px;
	top:-500px;
	font:bold 12px Tahoma;
	color:#666;
	border-top: 1px solid #00B800; 
	background: url(images/tips_icon.gif) no-repeat bottom; 
	margin: 0; 
	padding: 5px 5px 15px; 
	width: 290px;
	_width:300px;
}
.style-warn {
	background-color : yellow;
}
.style-pass {
	background-color : blue;
}
.msg {
	background: #fff;
	border: 1px solid #fff;
	display: inline-block;
	width: 230px;
	_width:230px;	
	margin-left: 5px;
	padding: 1px 1px 1px 18px;
	vertical-align : -1px;
	*vertical-align : 5px;
	_vertical-align : 3px;
}

.pass {
	background: #E6FFE6 url(images/right.gif) no-repeat 1px 2px;
	border-color: #00BE00;
}

.error {
	background: #FFF2E9 url(images/error.gif) no-repeat 1px 2px;
	border-color: #FF6600;
}

.tips {
	background: #E2F5FF url(images/info.gif) no-repeat 1px 2px;
	border-color: #00A8FF;
}

.loading {
	background: #fff url(images/loading.gif) no-repeat left center;
	background-color: #E2F5FF;
	border-color: #00A8FF;
}

span.blocks {
	background: #FFF2E9 url(images/warn.gif) no-repeat 1px 2px;
	background-color: #FFF2E9;
	border-color: #FF6600;
}
.clearfix {
	clear : both;
}
#passwordInfo {
	*margin-left:5px;
	width:220px;
	height: 20px;
	background: transparent url(images/levels.gif) left top no-repeat;
}