body {
	padding:0; margin:0;
}

#line { 
}

#background { background:url('../assets/loginbg.png') 50% 0 no-repeat; padding-top:50px; }

#container { 
	width:960px;
	margin:0 auto;
}

#logo {
	width:600px;
	margin:0 auto;
	text-align:center;
	margin-bottom:50px;
}

#box {
	padding:30px 30px 100px 30px;
	width:560px;
	opacity: 0.8;
	border:1px solid #fff;
	margin:80px auto 0px auto;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	
	-moz-box-shadow: 1px 1px 20px rgba(0,0,0,0.4);
	-webkit-box-shadow: 1px 1px 20px rgba(0,0,0,0.4);
	box-shadow: 1px 1px 20px rgba(0,0,0,0.4);
	
	background:#fbfbfb;
	background: -moz-linear-gradient(top,#fbfbfb,#f5f5f5);
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#f5f5f5));
}


#box input.field {
	font-size:16px;
	padding:10px 20px;
	width:215px;
	color: #C20267;
}

#box input:focus {
	border: solid 1px #C20267;
	box-shadow: 0px 0px 10px rgba(194,2,103,0.5);
	-moz-box-shadow: 0px 0px 10px rgba(194,2,103,0.5);
	-webkit-box-shadow: 0px 0px 10px rgba(194,2,103,0.5);
}

input.login {
	float:right;
}

#box label.fix {
	top:-5px;
}

