html{height: 100%;margin: 0;padding: 0;}

body
{
background: url(../images/login-background2.jpg) repeat center; 
overflow: auto; 
width: 100%; height: 80%;
z-index: -9999; left: 0; top: 0;
margin:0; padding: 0; 
text-align:center;font-family: Verdana, Arial, Helvetica, sans-serif;
padding-top:100px;
}

input
{
border:solid 1px #d2d0b5;
color: black;
width: 250px;
font-family:arial, helvetica; 
font-size:18px;
font-weight:bold;
}
.button{
background:url(../images/submit_big.png) no-repeat center;cursor:pointer;z-index:1;width:336px;height: 333px;margin-top: 110px;border:none;
}
.button:hover
{
background:url(../images/submit_green.png) no-repeat center;cursor:pointer;z-index:1;width:336px;height: 333px;margin-top: 110px;border:none
}

#label {margin-bottom:10px; text-align:center;}
#content{font-family:arial; border:5px solid black ;padding:5px 0; min-width: 450px; max-width:500px;}


