@charset "utf-8";

@import url('clear.css');

body {
	background: #c0c0c0 url(../images/login_back.png) repeat-x top left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#login {
	width: 418px;
	min-height: 484px;
	margin: 0 auto;
	background: url(../images/login_box.png) no-repeat top center;
}

#login form {
	padding-top: 225px;
}

#login span, #login label, #login input {
	display: block;
}

#login form span {
	text-align: center;
	margin: 16px auto;
	color: #fff;
	font-size: 24px;
	text-shadow: 1px 1px 2px #666666;
	filter: Shadow(Color=#666666, Direction=135, Strength=1);
}

#login form label {
	line-height: 32px;
	float: left;
	margin: 4px 0 4px 36px;
}

#login form input {
	height: 30px;
	width: 210px;
	margin: 4px 41px 0px 10px;
	padding: 0 5px;
	border: 1px solid #bebebe;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #828282;
}

#login form input[type="submit"] {
	height: 43px;
	width: 222px;
	margin-top: 14px;
	border: none;
	border-radius: none;
	background: #84B8E9 url(../images/login_submit_up.png) no-repeat center center;
	cursor: pointer;
	color: #000;
}

#login form input[type="submit"]:active {
	background: #4D9BFC url(../images/login_submit_down.png) no-repeat center center;
}

#login_footer, #login_footer a {
	width: 100%;
	clear: both;
	text-align: center;
	font-size: 11px;
	text-shadow: #FFF 1px 1px 2px;
	color: #6c6c6c;
	padding-top: 40px;
	font-weight: normal;
}

#login_footer a:hover
{
	color: #1e549d;
}

ul#alert {
	position: absolute;
	top: 46px;
	width: 420px;
	font-size: 13px;
	list-style-type: none;
}

ul#alert li {
	border: 1px solid #858585;
	padding: 12px;
	line-height: 16px;
	box-shadow: #999 1px 1px 3px;
}

ul#alert li a {
	float: right;
}

ul#alert li:first-child {
	color: #fff;
	text-shadow: #333 1px 1px 0;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-moz-border-top-left-radius: 10px;
	-moz-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	background: #ff8f8f; /* Old browsers */
	background: -moz-linear-gradient(top, #ff8f8f 0%, #ff6969 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff8f8f), color-stop(100%,#ff6969)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ff8f8f 0%,#ff6969 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ff8f8f 0%,#ff6969 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ff8f8f 0%,#ff6969 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8f8f', endColorstr='#ff6969',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #ff8f8f 0%,#ff6969 100%); /* W3C */
}

ul#alert li:last-child {
	border-top: none;
	text-shadow: #fff 1px 1px 0;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-bottom-left-radius: 10px;
	-moz-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	background: #e2e2e2; /* Old browsers */
	background: -moz-linear-gradient(top, #e2e2e2 0%, #d0d0d0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2e2e2), color-stop(100%,#d0d0d0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e2e2e2 0%,#d0d0d0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e2e2e2 0%,#d0d0d0 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #e2e2e2 0%,#d0d0d0 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#d0d0d0',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #e2e2e2 0%,#d0d0d0 100%); /* W3C */
}