body{
	font-family: 'Helvetica', 'Lucida Grande', 'Arial', '黑体', sans-serif;
}
.border,
.rain{
	height: 205px;
	width: 520px;
}
/* Layout with mask */
.rain{
	padding: 10px 12px 12px 10px;
	-moz-box-shadow: 10px 10px 10px rgba(0,0,0,1) inset, -9px -9px 8px rgba(0,0,0,1) inset;
	-webkit-box-shadow: 8px 8px 8px rgba(0,0,0,1) inset, -9px -9px 8px rgba(0,0,0,1) inset;
	box-shadow: 8px 8px 8px rgba(0,0,0,1) inset, -9px -9px 8px rgba(0,0,0,1) inset;
	margin: 100px auto;
}
/* Artifical "border" to clear border to bypass mask */
.border{
	padding: 1px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

   
/* Regular Form Styles */
form{
/* 	background: #212121; */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	height: 100%;
	width: 100%;
}
form label{
	display: block;
	padding: 10px 10px 5px 15px;
	font-size: 30px;
}
form input{
	display: block;
	margin: 5px 10px 10px 15px;
	width: 85%;
	outline: 1px solid #333;
	border: 1px solid #000;
	padding: 5px;
	font-size: 16px;
}

input[type="submit"]{
	color: #FFF;
	width: 35%;
	padding: 5px 10px;
	float: right;
	margin: 20px 0;
	border: 1px solid #000;
	font-weight: bold;
	-moz-border-radius: 15px;
	outline: none;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	background: #45484d;
	background: -moz-linear-gradient(top, #222 0%, #111 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#222), color-stop(100%,#111));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#22222', endColorstr='#11111',GradientType=0 );
	-moz-box-shadow: 0px 1px 1px #000, 0px 1px 0px rgba(255,255,255,.3) inset;
	-webkit-box-shadow: 0px 1px 1px #000, 0px 1px 0px rgba(255,255,255,.3) inset;
	box-shadow: 0px 1px 1px #000,0px 1px 0px rgba(255,255,255,.3) inset;
	text-shadow: 0 1px 1px #000;
}

#password, h1{  
	text-shadow: 0 1px 0 rgba(255, 255, 255, .7), 0px 2px 0 rgba(0, 0, 0, .5);  
	text-align: center;  
	color: #666;  
	margin: 0 0 30px 0;  
	letter-spacing: 4px;  
	font: normal 60px/1 Verdana, Helvetica, '黑体';  
	position: relative;  
}  

h1:after, h1:before{  
	background-color: #777;  
	content: "";  
	height: 1px;  
	position: absolute;  
	top: 36px;  
	width: 422px;  
}  

h1:after{  
	background-image: -webkit-gradient(linear, left top, right top, from(#777), to(#fff));  
	background-image: -webkit-linear-gradient(left, #777, #fff);  
	background-image: -moz-linear-gradient(left, #777, #fff);  
	background-image: -ms-linear-gradient(left, #777, #fff);  
	background-image: -o-linear-gradient(left, #777, #fff);  
	background-image: linear-gradient(left, #777, #fff);  
	right: 0;  
}  

h1:before{  
	background-image: -webkit-gradient(linear, right top, left top, from(#777), to(#fff));  
	background-image: -webkit-linear-gradient(right, #777, #fff);  
	background-image: -moz-linear-gradient(right, #777, #fff);  
	background-image: -ms-linear-gradient(right, #777, #fff);  
	background-image: -o-linear-gradient(right, #777, #fff);  
	background-image: linear-gradient(right, #777, #fff);  
	left: 0;  
}
