@charset "utf-8";
/* 
CSS Information
 File name:      login.css
 Author:         Administrator
 Style Info:     /index.php
----------------------------------------------------- */
#header {
	position: relative;
}
#login_form {
	margin: 200px auto 0;
	width: 300px;
}
.login_form {
	display: block;
	position: relative;
	margin: 0 auto;
	padding: 10px 10px 30px;
	width: 280px;
	background: #ffffff;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	box-shadow: 0 2px 10px #ececec;
	-moz-box-shadow: 0 2px 10px #ececec;
	-webkit-box-shadow: 0 2px 10px #ececec;
	-o-box-shadow: 0 2px 10px #ececec;
	-ms-box-shadow: 0 2px 10px #ececec;
	behavior: url(../../js/web/lib/PIE.htc);
}
.login_form label {
	display: block;
	margin: 10px auto 0;
	width: 75%;
	color: #999;
	text-align: left;
}
.login_form input[type=text],
.login_form input[type=password] {
	position: relative;
	width: 70%;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	behavior: url(../../js/web/lib/PIE.htc);
}
.login_form fieldset > div {
	margin: 10px auto 0;
	width: 75%;
}
.login_form input[type=submit] {
	position: relative;
	background: #3d97e5;
	background: -moz-linear-gradient(top,  #3d97e5 0%, #0f64aa 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3d97e5), color-stop(100%,#0f64aa));
	background: -webkit-linear-gradient(top,  #3d97e5 0%,#0f64aa 100%);
	background: -o-linear-gradient(top,  #3d97e5 0%,#0f64aa 100%);
	background: -ms-linear-gradient(top,  #3d97e5 0%,#0f64aa 100%);
	background: linear-gradient(to bottom,  #3d97e5 0%,#0f64aa 100%);
	-pie-background: linear-gradient(#3d97e5 0%,#0f64aa 100%);
	border: 1px solid #1b607f;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	color: #fff;
	text-shadow: 0px -1px 0px #333;
	behavior: url(../../js/web/lib/PIE.htc);
}
.login_form input[type=submit]:hover {
	background: #5ea9ea;
	background: -moz-linear-gradient(top,  #5ea9ea 0%, #1383df 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5ea9ea), color-stop(100%,#1383df));
	background: -webkit-linear-gradient(top,  #5ea9ea 0%,#1383df 100%);
	background: -o-linear-gradient(top,  #5ea9ea 0%,#1383df 100%);
	background: -ms-linear-gradient(top,  #5ea9ea 0%,#1383df 100%);
	background: linear-gradient(to bottom,  #5ea9ea 0%,#1383df 100%);
	-pie-background: linear-gradient(#5ea9ea 0%,#1383df 100%);
}