/* CSS Document */
html{
margin: 0px;
padding:0px;	
}
.loginbox{
	border-radius: 5px;
	box-shadow: 0px 2px 4px #636161;
	background-color:aqua;
margin: 45px auto;
width:350px;	
-webki-border-radius: 1px;
-moz-border-radius:1px;	
}
.he{
	border-radius: 2px;
	box-shadow: 0px 1px 8px #4C8F8E;
	background-color:#F9F5F6;
width:350px;
height:140px;	
-webki-border-radius: 0px;
-moz-border-radius:0px;	
}
.body{
	background: url(images/ini.jpg) no-repeat center center fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	}
