/* CSS Document */
body{
     font-family:Arial, Helvetica, sans-serif;
	 text-align:left;
	 }
a, a:visited {
   color:#627eb7;
   text-decoration:none;
   }
a:hover{
        color:#0066FF;
		text-decoration:underline;
		}
/********************for whole form****************************/		
.title{
       margin:auto;
       position:relative;
	   width:700px;
	   height:15px;
	   text-align:center;
	   }
.form{
      text-align:left;
	  }
.login{
      margin:auto;
      position:relative;
	  width:700px;
	  height:auto;
	  text-align:center;
	  background-image:url(../images/formbgimg.gif);
	  background-repeat:repeat-y;
	  }
.bottom{
        margin:auto;
		position:relative;
		width:700px;
		height:15px;
		text-align:right;
		background-image:url(../images/footer.jpg);
		font-size:12px;
		}
.backhomepage{
              position:absolute;
			  bottom:0px;
			  right:0px;
			  text-align:right;
			  z-index:100;
			  }