body {
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	color: #000000;
	font-weight: normal;
	text-align: justify;
}

.body-ie8 {
	margin: 0;
	padding: 0;
	background-color: #ede8e5;
	background-image: url('../images/background-top.png');
	background-repeat: repeat-x;
	color: #000000;
	font-weight: normal;
	text-align: justify;
}

.zh {
	font-size: 18px;
	line-height: 26px;
	font-family: "SimSun";
}

.fr {
	font-size: 14px;
	line-height: 20px;
 	font-family: "Verdana";	
}

#main-background {
	min-width: 1330px;
	overflow: hidden;
}

#main {
	position: relative;
	width: 1330px;
	margin-left: auto;
	margin-right: auto;
	overflow: visible;
}

#page {
	float: left;
	width: 1330px;
	padding-left: 485px;
	margin-left: -485px;
	padding-right: 485px;
	background-color: #ffffff;
}

#page .content {
	float: left;
	width: 1250px;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 40px;
	padding-top: 30px;
}

#page  a {
	color: #959595;
	text-decoration: none;
}

#page a:hover {
	color: #000000;
}

#page  p {
	margin-top: 30px;
}


/**** back-top button ****/

.back-top {
	float: left;
	width: 100px;
	height: 128px;
	margin-top: 0px;
	margin-left: 610px;
	margin-bottom: 42px;
	background-image: url('../images/back-top.png');
	clear: both;
}

.fr .back-top:hover {
	background-image: url('../images/back-top-hover-fr.png');
}

.zh .back-top:hover {
	background-image: url('../images/back-top-hover-zh.png');
}





#user-picture-title {
	height: 100px;
}

#user-taskbar {
	float: left;
	width: 1000px;
	height: 100px;
	margin-left: 12px;
	background-color: #353433;
}

#user-taskbar .icon {
	float: left;
	width: 40px;
	height: 40px;
	margin-left: 45px;
	margin-top: 20px;
	background-image: url('../images/user.png');
}

#user-taskbar .title {
	float: left;
	margin-left: 30px;
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	padding-top: 28px;
	height: 42px;
}

#user-taskbar .name {
	float: right;
	margin-right: 45px;
	color: #ffffff;
	font-size: 14px;
	padding-top: 30px;
}

#user-taskbar .menu {
	float: left;
	width: 1000px;
	height: 30px;
	color: #ffffff;
	font-size: 12px;
	background-color: #292928;
}

.explanation {
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 50px;
	clear: both;
	}

.login-form {
	float: left;
	width: 500px;
	margin-left: 320px;
	margin-top: 50px;
	margin-bottom: 20px;
	border: 1px solid #d0cccb;
	padding: 50px;
}

.login-form label {
	float: left;
	width: 150px;
	height: 20px;
	text-align: right;
	margin-left: 50px;
	margin-bottom: 20px;
	margin-top: 1px;
}

#username, #password {
	float: right;
	width: 230px;
	height: 20px;
	border: 1px solid #353433;
	margin-bottom: 20px;
	margin-right: 30px;
	padding-left: 3px;
	padding-right: 3px;
}

#client-login .label {
	float: left;
	width: 150px;
	height: 20px;
	text-align: right;
	margin-right: 50px;
	margin-bottom: 20px;
}

#_submit {
	float: left;
	width: 200px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 20px;
	background-color: #606060;
	border: 0px;
	color: #ffffff;
	cursor: pointer;
	margin-left: 150px;
}

#_submit:hover {
	background-color: #303030;
}



#form_title1, #form_title2, #form_title3, #form_url {
	float: left;
	width: 570px;
	height: 20px;
	border: 1px solid #353433;
	margin-bottom: 20px;
	padding-left: 3px;
	padding-right: 3px;
}

#form_date_day, #form_date_month, #form_date_year {
	float: left;
	height: 20px;
	border: 1px solid #353433;
	margin-bottom: 20px;
	margin-right: 30px;
	margin-top: 1px;
}

#form_type {
	float: left;
	height: 20px;
	border: 1px solid #353433;
	margin-bottom: 20px;
	margin-right: 30px;
	margin-top: 1px;
}

#form_highlight {
	float: left;
	margin-top: 5px;
}

#form_save {
	float: left;
	width: 200px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 300px;
	margin-top: 30px;
	background-color: #353433;
	border: 0px;
	color: #ffffff;
	cursor: pointer;
	clear: both;
}

#form_save:hover {
	background-color: #000000;
}

.news-form {
	float: left;
	width: 740px;
	margin-top: 50px;
	margin-bottom: 100px;
	border: 1px solid #d0cccb;
	padding: 50px;
}

.news-form label {
	float: left;
	width: 80px;
	height: 20px;
	text-align: right;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-top: 1px;
	clear: both;
}

#form_startDate_day, #form_startDate_month, #form_startDate_year {
	float: left;
	height: 20px;
	border: 1px solid #353433;
	margin-bottom: 20px;
	margin-right: 30px;
	margin-top: 1px;
}

#form_endDate_day, #form_endDate_month, #form_endDate_year {
	float: left;
	height: 20px;
	border: 1px solid #353433;
	margin-bottom: 20px;
	margin-right: 30px;
	margin-top: 1px;
}

#form_city {
	float: left;
	width: 300px;
	height: 20px;
	border: 1px solid #353433;
	margin-bottom: 20px;
	padding-left: 3px;
	padding-right: 3px;
}

#form_country {
	float: left;
	height: 20px;
	border: 1px solid #353433;
	margin-bottom: 20px;
	margin-right: 30px;
	margin-top: 1px;
}











