body{
	background-color:#e0e0e0;
	background: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0.22, #FFF),
	    color-stop(0.92, #e0e0e0)
	);
	background:-moz-linear-gradient(center bottom , #fff 22%, #e0e0e0 92%) no-repeat scroll 0 0 transparent;
}
#login_box{	
	background-color:#eaeaea;
	margin:0 auto; 
	width:200px;
	height:220px;
	-moz-box-shadow:0 0 10px #ccc;
	-webkit-box-shadow:0 0 10px #ccc;
	box-shadow:0 0 10px #ccc;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	border-radius:12px;
	padding:10px; 
	border:1px solid #e0e0e0;
	border:4px solid #999;
}

#login_box h2{padding:16px 0}
#login_box label {
	display:block; clear:both; padding:6px;
	text-shadow:1px 1px 0px #fff;
}
#login_box .input{padding:0; margin-top:10px;}
#login_box .input input{width:186px;margin:0px;}
#login_box .submit{padding:12px 0; display:block; height:30px; text-align:center; margin:0 auto;}
#login_box .submit input{
	margin:0px;
	-webkit-transition: all .4s ease-out;
	background: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0.22, #9F9F9F),
	    color-stop(0.92, #7F7F7F)
	);
	background:-moz-linear-gradient(center bottom , #9F9F9F 22%, #7F7F7F 92%) repeat scroll 0 0 transparent;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border:1px solid #6f6f6f;
	color:#FFFFFF;
	display:block;
	float:left;
	font-family:arial,sans-serif;
	font-weight:bold;
	padding:5px 0px;
	text-align:center;
	text-shadow:1px 1px 0 #777;
	-moz-box-shadow:0 0 5px #888;
	-webkit-box-shadow:0 0 5px #888;
	width:200px;
}
#login_box .submit input[type=submit]:hover{
	cursor:pointer;
	text-shadow:0px 0px 30px #FFF;
	-moz-box-shadow:0 0 10px #666;
	-webkit-box-shadow:0 0 10px #666;
}
