/* CSS Document */
.content {
	margin: auto;
	width: 934px;
	height: 201px;
	background: url(../img/background_2.jpg);
}
.top {
	margin: auto;
	margin-top: 5%;
	width: 934px;
	height: 181px;
	/*background: url(../img/background_1.jpg);*/
}
.bottom {
	margin: auto;
	width: 934px;
	height: 193px;
	background: url(../img/background_3.jpg);
}

.contentForm {
	width: 380px;
	height: 106px;
	margin-bottom: 23px;
}

.name {
	width: 322px;
	height: 32px;
	border: 0px;
	margin-bottom: 34px;
	margin-left: 490px;
	margin-top: 31px;
	padding-left: 45px;
	background: url(../img/img_username.png);
	background-repeat: no-repeat;
}

.search_key {
	width: 322px;
	height: 32px;
	padding-left: 45px;
	border: 0px;
	margin-bottom: 20px;
	margin-left: 490px;
	background: url(../img/img_key.png);
	background-repeat: no-repeat;
}

.loginbar {
	height: 31px;
	width: 100%;
	margin-left: 484px;
	margin-top: 2px;
}

.submit {
	width: 103px;
	height: 34px;
	border: 0px #f00;
	font-size: 18px;
	background: none;
	margin-top: 2px;
	color: #FFF;
	font-family: "Arial Unicode MS";
	text-align: center;
}
.submit:hover {
	text-decoration: none;
	color: blue;
}

/* CSS Document */
a{ color:#FFF; font-size:14px; font-family:"Arial Unicode MS";}
a, a:link{color:#FFF; text-decoration: none;}/*����a��ǩ������ʽ��α��ѡ��������*/
a:active, a:hover {color:#d00000; text-decoration:underline;}
a:focus{outline: none; }
.cle{ clear:both;}



