#DHTMLgoodies_formTooltipDiv{
	color:#ffffff;
	font-family:arial;
	font-weight:bold;
	font-size:14px;
	text-transform:capitalize;
	line-height:120%;
}
.DHTMLgoodies_formTooltip_closeMessage{
	color:#ffffff;
	font-weight:normal;
	font-size:11px;
}

.jqifade {
	position: absolute;
	background-color: #000000;
}
div.jqi {
	width: 400px;
	position: absolute;
	background-color: #FDDC57;
	font-size: 14px;
	text-align: center;
	border: solid 1px #000000;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 7px;
	opacity:0.9;
	-moz-opacity:0.9;
	filter: alpha(opacity=90);
}
div.jqi .jqicontainer {
	font-weight: bold;
}
div.jqi .jqiclose {
	position: absolute;
	top: 4px;
	right: -2px;
	width: 18px;
	cursor: default;
	color: #000000;
	font-weight: bold;
	cursor:pointer;
}
div.jqi .jqimessage {
	padding: 10px;
	line-height: 20px;
	text-transform:capitalize;
	color: #D81212;
}
div.jqi .jqibuttons {
	text-align: center;
	padding: 5px 0 5px 0;


}
div.jqi button {
	padding: 3px 10px;
	margin: 0 10px;
	background-color: #2F6073;
	border: solid 1px #f4f4f4;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	cursor:pointer;
}
div.jqi button:hover {
	background-color: #728A8C;
}
div.jqi button.jqidefaultbutton {
	background-color: #D81212;
}
.jqiwarning .jqi .jqibuttons {
	background-color: #D81212;
}
body, input, textarea, select {
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#000000;
}
#passwordStrength {
	height:10px;
	display:block;
	float:left;
}
.strength0 {
	width:160px;
	background:#cccccc;
}
.strength1 {
	width:10px;
	background:#ff0000;
}
.strength2 {
	width:60px;
	background:#ff5f5f;
}
.strength3 {
	width:110px;
	background:#56e500;
}
.strength4 {
	background:#4dcd00;
	width:140px;
}
.strength5 {
	background:#399800;
	width:160px;
}
.style1 {
	font-weight: bold
}

