a:link {
	color: #d56009;
	text-decoration: none;
}
a:visited {
	color: #e16000;
	text-decoration: none;
}
a:hover {
	color: #4444FF;
	text-decoration: underline;
}
a:active {
	color: #CC0000;
	text-decoration: none;
}
	
.wdStrengthHint {   
          font-size: 10px; position: absolute;
          z-index: 25;     display: inline;
      }
 
.wdStrongPassword {background-color: #0F0;}
.wdIntermediatePassword { background-color: #0c0;}
.wdWeakPassword {color: red; background-color: #900; }
.wdTooWeakPassword {color: red; background-color: #DDD }
  
#strengthIndicator {
          margin: 0px;
          padding: 0px;
      }
  
#strengthIndicatorContainer {
          display: inline;
          position: absolute;
          border: 1px solid #000;
          width: 120px;
          height: 8px;
          padding: 0;
          margin: 0;
      }
  
pre { font-family: Arial;}
   
.light {
          font-style: normal; color: rgb(238, 238, 238);
      }  
  
.darker {
          font-style: normal; color: rgb(204, 204, 204)
      }

	
input.btn{
   color:#050;
   font-family:'calibri',arial,'trebuchet ms',verdana,helvetica,sans-serif;
   font-size:100%;
   font-weight:bold;
   background-color:#fed;
   border:1px solid;
   border-top-color:#696;
   border-left-color:#696;
   border-right-color:#363;
   border-bottom-color:#363;
   }
   
input.btnhov{
   border-top-color:#c63;
   border-left-color:#c63;
   border-right-color:#930;
   border-bottom-color:#930;
   }
   
