body {
	background: #0066cc url(img/body_bg.png) repeat-x;
	padding: 0;
	margin: 0;
	text-align: center;
	font-family: Tahoma;
	font-size: 11pt;
}

#topbar {
	background-color: #151515;
	width: 100%;
	height: 8px;
}

#container {
	width: 918px;
	height: 100px;
	margin: 20px auto 0 auto;
	text-align: center;
	/*border: 1px #000 solid;*/
}
#logo {
	width: 215px;
	height: 200px;
	background: url(img/logo.png) no-repeat;
	float: left;
	margin-left: 20px;
	margin-top: 35px;
}
#left {
	clear: both;
	width: 675px;
	height: auto;
	float: left;
}
#menu {
	width: 675px;
	height: 40px;
	background: url(img/menu.png) no-repeat;
	margin-top: 5px;
}
table {
	font-size: 8pt;
	width: 660px;
}
#box_top {
	margin-top: 5px;
	padding-top: 10px;
	width: 675px;
	background: url(img/box_top.png) no-repeat;
}
#box {
	width: 675px;
	height: auto;
	background: url(img/box.png) repeat-y;
}
#box_bottom {
	width: 675px;
	height: 10px;
	background: url(img/box_bottom.png) no-repeat;
}
#right {
	float: left;
	width: 236px;
	height: 400px;
	margin-left: 5px;
	margin-top: 5px;
}
#panel_top {
	width: 236px;
	padding-top: 10px;
	background: url(img/panel_top.png) no-repeat;
}
#panel {
	padding: 0;
	margin: 0;
	width: 236px;
	height: auto;
	border-bottom: 2px #000 solid;
	background: url(img/panel.png) repeat-y;
}
#panel_bottom {
	width: 236px;
	height: 2px;
	background: url(img/panel_bottom.png) no-repeat;
}
.message {
	padding: 15px;
}
#num {
	position: absolute;
	width: 150px;
	height: 32px;
	background: url(img/opacity.png);
	z-index: 10000;
	margin-left: 525px;
	margin-top: 238px;
	text-align: center;
}
#play {
	position: absolute;
	width: 32px;
	height: 32px;
	background: url(img/play.png);
	z-index: 10000;
	margin-top: 238px;
	text-align: center;
}
#news {
	width: 675px;
	height: 270px;
	margin: 0;
	padding: 0;
	float: left;
	margin-bottom: 5px;
	background: #151515;
}
#news_img {
	overflow: hidden;
	width: 675px;
	height: 270px;
	float: left;
}
#news_message {
	position: absolute;
	width: 675px;
	height: 50px;
	background: url(img/opacity.png);
	color: #fff;
	z-index: 10000;
}
#news_message p {
	margin: 0;
	margin-top: 5px;
	display: block;
	padding: 0;
	padding-left: 25px;
	font-size: 8pt;
	
}
.news_msg_p {
	width: 100%;
	height: 30px;
	opacity: 1;
}
#news_message a {
	color: #0066cc;
}
#news_message b {
	font-size: 12pt;
	margin: 5px;
	padding: 4px;
}
#chimg {
	width: 675px;
	height: 270px;
}
.num {
	padding: 2px;
	border: 1px #fff solid;
	color: #fff;
	float: left;
	margin: 4px;
	width: 16px;
	cursor: pointer;
}
.checked {
	background: #007ad8;
}
.menuitem {
	display: block;
	color: #fff;
	float: left;
	font-size: 10pt;
	margin: 0 4px;
	padding: 11px 5px;
	text-decoration: none;
}
.menuitem:hover{
	background: #007ad8;
}
.double {
	padding: 3px 9px;
}
#weather {
	font-size: 12px;
	padding: 10px;
}
#statistic {
	font-size: 12px;
	padding: 10px;
}
label {
	display: block;
	float: left;
	width: 150px;
	font-size: 11px;
}
.input {
	border: 1px #dedede solid;
	height: 30px;
	width: 250px;
	text-align: center;
	margin-top: 1px;
	background: #f6fbff;
}

select {
	border: 1px #dedede solid;
	background: #f6fbff;
	height: 30px;
	width: 250px;
	text-align: center;
	margin-top: 1px;
}

#submit {
	width: 200px;
}

textarea {
	width: 450px;
	height: 200px;
	background: #f6fbff;
	border: 1px #dedede solid;
	margin-top: 1px;
}

.catch {
	width: 600px;
}

#message {
	padding: 10px; 
	margin: 0; 
	text-align: left; 
	font-size: 11pt;
	margin-left: 20px;
	width: 600px;
	border: 1px red solid;
}

#succeed {
	padding: 10px; 
	margin: 0; 
	text-align: left; 
	font-size: 11pt;
	margin-left: 20px;
	width: 600px;
	background: #c2ffb2;
	border: 1px green solid;
}
#article {
	padding: 15px;
	font-size: 10pt;
	text-align: left;
}
#article p {
	text-align: justify;
}
#article b {
	text-align: left;
	padding: 10px;
	font-size: 12pt;
}
.left {
	text-align: left;
	color: #a0a0a0;
	font-size: 0.8em;
	margin-left: 15px;
}
.right {
	display: block;
	text-align: right;
	color: #a0a0a0;
	width: 630px;
	font-size: 0.8em;
}