html			{
			margin: 0px;
			}
.fontsize, body			{
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 9px;
			color: #000;
			margin: 0px;
			text-align: center;
			}
a			{
			color: #45a3e3;
			}
a:hover		{
			color: orange;
			}
p			{
			color: white;
			padding-top: 5px;
			}

/*------------------- DIV ZONE -------------------*/

#container		{
			width: 504px;
			height: 305px;
			/*margin-right: auto;
			margin-left: auto;
			margin-top:6%;
			margin-bottom: auto;*/
			background: #ffffff;
			border: 2px solid black; 
			}
#top			{
			width: 489px;
			height: 22px;
			margin-top: 7px;
			margin-right: auto;
			margin-left: auto;
			background: url("../templates/gfx/upperbar.gif");
			}
#main			{
			width: 489px;
			height: 205px;
			margin-right: auto;
			margin-left: auto;
/*			background: url("../templates/gfx/bg.gif") no-repeat; */
/*			background: url("../templates/gfx/login-rahnu.png") no-repeat;  */
			background: url("../templates/gfx/login-rahnu-mpsb-v1.png") no-repeat;
			margin-top: 7px;
			
			}
#Logon		{
			position: relative;
			height: 50px;
			width: 190px;
			float: right;
			margin-top: 115px;
/*			margin-right: 10px; */
			margin-right: 160px;
			text-align: right;
			}

#footer		{
			width: 489px;
			height: 50px;
			margin-right: auto;
			margin-left: auto;
			margin-top: 5px;
			background: url("../templates/gfx/footerbar.gif");
			}


/*------------------- FORMS ZONE -------------------*/

#Logon .textbox {
  width: 110px;
}
#Logon .submit {
  margin-top: 6px;
}
#Logon .lostpassword {
  float: left;
  margin-top: 7px;
}
#Logon .lostpassword label {
  color: #000;
  font-size: 11px;
  margin: 0;
  padding: 0;
}

.button {
        font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
        font-style: normal;
        font-weight: bold;
        font-size: 10px;
        color: #8C8C8C;
        /*border-style: solid;*/
        border-top-width: 1px;
        border-right-width: 1px;
        border-bottom-width: 1px;
        border-left-width: 1px;
        background: #EBEBEB;
        height: 18px;
}
