/* Password strength check*/
#strengthIndicatorContainer {
	display: inline;
	position: relative;
	vertical-align:bottom;
	/*border: 1px solid #000;*/

	width: 120px;
	height: 18px;
	padding: 0;
	margin: 0;
}
.wdStrengthHint {
	font-size: 60%;
    position: absolute;
    padding:0px 5px;
	z-index: 25;
	background-color:transparent !important;
	float:right;
}
#strengthIndicatorContainer,
.wdStrengthHint {
        margin-left:16px;
}
#strengthIndicatorWrapper {
    /*background-color:#E0E0E0;*/
    width:100%;
    height:5px;
    display:inline;
    clear:both;
}
#strengthIndicator {
	margin: 0px;
	padding: 0px;
	display:inline;
	height:5px;


}
.wdStrongPassword {color: #008000; background-color: #008000;}
.wdIntermediatePassword {color: #FFCC33; background-color: #FFCC33;}
.wdWeakPassword {color: #AA0033; background-color: #AA0033; }
.wdTooWeakPassword {color: #6F5A5A; background-color: #826767 }
.wdTooShortPassword {color: #6F5A5A; background-color: #826767 }

.light {
    font-style: normal; color: rgb(238, 238, 238);
}
.darker {
    font-style: normal; color: rgb(204, 204, 204);
}

/* Form validator*/
.errMsg {
	background-color: #fcc;
	font-weight: bold;
	color: #900;
	margin: 2px;
	padding: 6px;
	border: #900 2px solid;
	position:absolute;
	width:150px;
}
.requiredText {
	color: #d00;
	font-style: italic;
}
form div {
	clear: both;
}

#form-register input[type=text], #form-register input[type=password],
#formEditProfile input[type=text],
#formEditPassword input[type=password],
#requestPwReset input[type=text],
#requestPwReset input[type=password],
#resetPw input[type=text],
#resetPw input[type=password], 
form#importStatsDate input[type=text]
{
    /*margin-right:25px;*/
}
.errElem {
    background-color:#F3A590 !important;
    border-color:#CF3719 !important;
    background-image:none !important;
}
.okElem {
	background-color:#D5E994 !important;
        background-image:none !important;
}
