@charset "big5";
body {
	background:url(images/bg_body.jpg) #cec3ab;
	font-size:12px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#conBG {
	background:url(images/bg_w.jpg) no-repeat top center;
	text-align:center;
}
#container {
	margin:0px auto;
	text-align:left;
	width:960px;
}
#header {
	background:url(images/header_bg.jpg) no-repeat top center;
	height:50px;
}
#main {
	background:url(images/main_bg.jpg) no-repeat top center;
	height:660px;
}
#formBlock {
	background:url(images/form_bg.jpg) no-repeat top center;
	height:235px;
}
#tips {
	background:url(images/tips.jpg) no-repeat top center;
	height:375px;
}
#intro {
	background:url(images/intro_bg.jpg) no-repeat top center;
	height:715px;
}
#intro table {
	margin:18px 0px 0px 24px;
}
#gifts {
	background:url(images/gifts.jpg) no-repeat top center;
	height:290px;
	text-align: center;
}
#footer {
	height:70px
}
#note {
	color:#333333;
	height:50px;
	line-height: 16px;
	padding: 15px 0 0 24px;
	text-align:left;
}
#copyright {
	border-top:1px solid #999;
	color:#666666;
	height:30px;
	line-height: 30px;
	text-align: center;
}
/* form Style */
form {
	color:#000000;
	margin: 0px;
	padding: 30px 0px 0px;
	text-align: left;
}
	form ol {
	list-style-type: none;
	margin:0px 0px 0px 400px;
	padding:0px;
	}
	form li {
	padding-bottom:4px;
	}
	fieldset.submit {
	border:0px none #FFFFFF;
	clear:left;
	float:none;
	margin: 16px 0px 0px 36px;
	text-align:left;
	width:auto;
	}
	.text {
		height:18px;
	}
	.must {
	color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: super;
	}

/*  ¾ÉÄý¦C  */
#subNav {
	height:48px;
	float:right;
	list-style:none;
	margin:0;
	padding:0;
	width:700px;
}
	#subNav a{
		display:block;
		float:left;
		text-align:center;
		text-decoration:none;
		width:98px;
	}
	#subNav a .ch{
	color:#000000;
	}
	#subNav a .en{
	color:#740000;
	}
	#subNav a:hover .ch{
	color:#740000;
	}
	#subNav a:hover .en{
	color:#000000;
	}
	#subNav a:hover {border:none;}
	#subNav li{
	border-left: 1px solid #b5ab96;
	float:left;
	margin:6px 0 0 0;
	padding:4px 0 2px;
	}

