/* Default Textbox style */
.textFont {
	FONT-SIZE: 9pt; 
	BACKGROUND-COLOR: #EDEDFE;
}

/* Small Textbox style */
.textboxsmall 
{
    height: auto;
    font-size: 9pt;
    background-color: #EDEDFE;
    font-family: arial;
    width: 60px;
}

/* Small Textbox style */
.textboxmediumsmall 
{
    height: auto;
    font-size: 9pt;
    background-color: #EDEDFE;
    font-family: arial;
    width: 120px;
}

/* Medium Textbox style */
.textboxmedium 
{
    height: auto;
    font-size: 9pt;
    background-color: #EDEDFE;
    font-family: arial;
    width: 200px;
}

/* Large-Small Textbox style */
.textboxlargesmall 
{
    height: auto;
    font-size: 9pt;
    background-color: #EDEDFE;
    font-family: arial;
    width: 300px;
}

/* Large Textbox style */
.textboxlarge 
{
    height: auto;
    font-size: 9pt;
    background-color: #EDEDFE;
    font-family: arial;
    width: 380px;
}

/* Medium-Large Textbox style */
.textboxmediumlarge 
{
    height: auto;
    font-size: 9pt;
    background-color: #EDEDFE;
    font-family: arial;
    width: 630px;
}

/* Extra-Large Textbox style */
.textboxextralarge 
{
    height:auto;
	font-size:9pt;
	background-color: #EDEDFE;
	font-family: arial;
	width:700px;
}

/* Hidden Textbox styles */
.hiddenElement
{
	 display:none
}

/************ PasswordStrength Related Styles ***********************/

.BarIndicator_weak
{
    color:Red;
    background-color:Red;
}
.BarIndicator_average
{
    color:Blue;
    background-color:Blue;
}
.BarIndicator_good
{
    color:Green;
    background-color:Green;
}

.BarBorder
{
    border-style:solid;
    border-width:1px;
    padding:1px 1px 1px 1px;
    width:120px;
    vertical-align:middle;
}

