@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:#FFF 1px 1px 1px;
	color: #696c5f;
	}
#login_form .userpass {
	width:300px;
	height:auto;
	margin:0 auto;
	padding-top:45px;
	}
#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 #9a9c8f 0px 0px 0px 1px,inset #a6a89b 0px 0px 0px 2px;
	float:left;
	text-align:center;
	background-color:#9a9c8f;
	color:#FFF;
	text-shadow:#76776f 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:20px;
	color:#555555;
	text-shadow:#FFF 1px 1px 1px;
	}
#login_form .textlink a {
	color:#555555;
	text-decoration:none;
	}