﻿.PasswordStrengthBarBorder
{
	border				: 1px solid #BBBBBB;
	width				: 180px;
}

.PasswordStrengthBarWeak
{
	background-color	: Red;
}

.PasswordStrengthBarAverage
{
	background-color	: Yellow;
}

.PasswordStrengthBarGood
{
	background-color	: Green;
}

div.Tab
{
	overflow-y			: hidden;
	height				: 60px;
	padding				: 0px 0px 0px 0px;
}

div.Tab a
{
	position			: relative;
}

div.Tab a img
{
	position			: relative;
	top					: 7px;
}

div.Tab:hover
{
	overflow-y			: hidden;
	height				: 60px;
	padding				: 0px 0px 0px 0px;
}

div.Tab:hover a
{
	position			: relative;
}

div.Tab:hover a img
{
	position			: relative;
	top					: 0px;
}