h1{
	font-family:Maiandra GD;
	font-size:30px;
	color:#555;
	margin:0px;
}


body{
	background-color:#c4c4c4;
	margin:0 auto;
	padding:0px;
	}

#login_logo{
	width:100%;
	height:50px;
}

#login_logo .logo{
	width:500px;
	height:50px;
	margin:20px auto;
}

#main_container{
margin:0px auto;
background-image:url(../images/login_background.png);
padding:0px 0 0px 0;
background-repeat:no-repeat;
width:500px;
height:444px;
}
.login_form{
width: 300px;
border: none;
margin-top: 220px;
position: absolute;
margin-left: 53px;
font-family: Calibri;
color: #555;
}
.password{
	background-color:#e1e1e1;
	width:140px;
	border-radius:5px;}


.button{
	padding: 5px 10px 7px 10px;
	background-color: #999;
	border: none;
	font-weight: bold;
	border-radius: 10px;
	box-shadow: inset 0px 0px 6px 0px #555;
	color: #444;
	cursor:pointer;
}