@charset "UTF-8";
/* CSS Document */


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#login_form {
	width:400px;
	height:200px;
	margin:0 auto;
	background-repeat:no-repeat;
	background-image:url(images/login_form.png);
	text-shadow:#2d2d2d 1px 1px 1px;
	color: #FFF;
	}
#login_form .userpass {
	width:300px;
	height:auto;
	margin:0 auto;
	padding-top:40px;
	}
#login_form .userpass .user {
	height:30px;
	}
#login_form .userpass .user .text {
	width:80px;
	float:left;
	text-align:right;
	line-height:30px;
	}
#login_form .userpass .user .form {
	width:200px;
	margin-left:20px;
	float:left;
	text-align:left;
	}
#login_form .userpass .user .form input {
	width:80%;
	}
#login_form .userpass .pass {
	height:30px;
	}
#login_form .userpass .pass .text {
	width:80px;
	float:left;
	text-align:right;
	line-height:30px;
	}
#login_form .userpass .pass .form {
	width:200px;
	margin-left:20px;
	float:left;
	text-align:left;
	}
#login_form .userpass .pass .form input {
	width:80%;
	}
#login_form .button {
	width:200px;
	height:35px;
	margin:0 auto;
	margin-top:5px;
	}
#login_form .button .login {
	width:80px;
	border-radius:5px;
	box-shadow:rgba(0,0,0,0.2) 0px 2px 2px, inset #3d3d3d 0px 0px 0px 1px, inset #494949 0px 0px 0px 2px;
	float:left;
	text-align:center;
	background-color:#3d3d3d;
	color:#FFF;
	text-shadow:#000 1px 1px 1px;
	}
#login_form .button .login a {
	display:block;
	color:#FFF;
	text-decoration:none;
	padding:5px 10px 5px 10px;
	}
#login_form .button .remember {
	width:100px;
	height:35px;
	float:left;
	margin-left:20px;
	line-height:30px;
	}
#login_form .textlink {
	clear:both;
	width:300px;
	height:35px;
	margin:0 auto;
	text-align:center;
	margin-top:5px;
	color:#9e9e9e;
	}
#login_form .textlink a {
	color:#9e9e9e;
	text-decoration:none;
	}