*{
	padding:0;
	margin:0;
}

body{
	background-image: url("../images/bg.png");
	font-size: 12px;
	text-align: center;
	font-family: Arial; 
}
			
/*容器*/
#container{
	margin: 0 auto;
	width: 960px;
	height: 700px;
}

/***************头**************/
#header{
	width: 960px;
	height: 180px;
}

#header #loginContainer{
	margin: 0 auto;
	width: 960px;
	height: 90px;
}

#loginContainer #loginFormEN{
	width: 190px;
	height: 85px;
	float: right;
}

#loginContainer #loginFormZH{
	width: 190px;
	height: 85px;
	float: right;
}

#loginFormZH table{
	font-size: 12px;
	color: white;
}

#loginFormEN table{
	font-size: 12px;
	color: white;
}

#header #logoContainer{
	height: 90px;
	padding-left: 387px;
}
			
/*logo*/
#header #logo{
	float: left;
	width: 186px;
	height: 74px;
	background-image: url("../images/logo.png");
	background-repeat: no-repeat;
	/*处理png透明图片*/
	*background: none;
	*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='corp', src='../images/logo.png');
}

<!--
.input { 
	width:130px; 
	font-size: 13px; 
	color: #000000;
	border: #bdbec0 1px solid;
	height: 20px;
	background-color: #bdbec0; 
}
-->

/******************footer********************/
#footer{
	text-align: left;
	margin-top: 5px;
	float: left;
}

#footer #reserve{
	font-weight: bold;
	color: gray;
}

#footer #siteMap{
	font-weight: bold;
	color: white;
}

#siteMap a{
	font-weight: bold;
	color: white;
	text-decoration: none;
}

#siteMap a:hover,#siteMap a:visited{
	font-weight: bold;
	color: white;
}

#lang{
	float: right;
	margin-top: 5px;
}

#lang #en, #lang #zh{
	font-weight: bold;
	color: white;
}

#lang a{
	text-decoration: none;
}

#lang a:visited, #lang a:link {
	font-weight: bold;
	color: white;
}
/*忘記密碼*/
a{
	text-decoration: none;	
}

a:visited, a:link {
	color: #716558;
}


/*錯誤信息*/
.errorInfo{
	float: left;
	margin-left: 5px;
	color: red;
}

#forget a:visited, #forget a:link {
	color: #716558;
}

