body
{
   background-color:#e5e894;
   margin: -0px;
   border: 0px solid #afb316;
}

.button { font-size:15px; border: 2px solid #e4b6bf;height:23px;}
a
{
   color:#007400;
   font-weight:bold;
   font-family:"Times",Verdana,Arial,sans-serif,Helvetica;
   font-size:17px;
   text-decoration: none;
}

a:visited 
{
   	font-weight:BOLD;
   	font-size:17px;
    font-family:"Times",Verdana,Arial,sans-serif,Helvetica;
	color: #4c4e0a;
	text-decoration: none;
	
}

a:hover 
{
	color: #900;
   	font-weight:bold;
	font-size:17px;
	text-decoration: none;	
    font-family:"Times",Verdana,Arial,sans-serif,Helvetica;
}

.heads
{
   font-weight:normal;
   font-size:21px;
   font-family:"Times",Verdana,Arial,sans-serif,Helvetica;
  // color:#c44d07; 
 background-color:#d0d28b;
}
.msg
{
   font-weight:normal;
   font-size:15px;
}
.tableinner
{
 background-color:#eff1ba;
 font-size:15px;
 color:#000000;
 font-weight:normal;
 border:1px;
 align:center;
 width:400px;
}
.tableth
{
 background-color:#d0d28b;
 color :#000000;
 font-family:"Times",Verdana,Arial,sans-serif,Helvetica;
 border:1px;
 font-size:18px;
}

.marq
 {
 background-color:#25983a;
 color:#fff49b;//#824407;
 font-weight:Normal;
 font-size:14px;
 }
.msgd
{
   color:#824407;
   font-weight:bold;
   font-size:16px;
   background-color:#eff1ba;
   font-family:"Times",Verdana,Arial,sans-serif,Helvetica;
}
/* password strength*/
#pasStr
{
	height:10px;
	display:block;
	float:left;
}
.strength0
{
	width:200px;
	background:#cccccc;
}

.strength1
{
	width:50px;
	background:#ff0000;
}

.strength2
{
	width:100px;	
	background:#ff5f5f;
}

.strength3
{
	width:125px;
	background:#56e500;
}

.strength4
{
	background:#4dcd00;
	width:150px;
}

.strength5
{
	background:#399800;
	width:200px;
}
