﻿body {
	text-align: center;
	font-size: 12px;
}
form {
	margin: 0;
}
input.search {
	width: 136px;
	height: 24px;
	border: none;
	background: url(images/input_1.gif);
	padding-top: 5px;
	padding-left: 5px;
	background-repeat: no-repeat;
	font-family:font-family: 'Lucida Grande','Lucida Sans Unicode','宋体','新宋体',arial,verdana,sans-serif;
}
input.search_but {
	width: 61px;
	height: 24px;
}
.search_field {
	position: relative;
	right: -277px;
	top: -370px;
}
/* left side
   --------- */
.left {
	font: Arial, sans-serif;
	line-height: 1.5em;
	background: #fff;
	color: #454545;
	width: 450px;
	text-align: left;
}
.left_links {
	border: 1px solid #eee;
	padding: 10px 10px 10px 15px;
	margin: 0 0 10px 0;
}
.left_links:hover {
	border: 1px solid #ccc;
}
.left_message:hover {
	border: 1px solid #ccc;
}
.left_side {
	float: left;
	width: 180px;
}
.right_side {
	float: right;
	width: 200px;
	border-left: 1px solid #eee;
	padding: 0 0 0 20px;
}
.left_box {
	background: #f4f4f4;
	color: #000;
	border: 1px solid #ccc;
	padding: 10px;
}
/* right side
   ---------- */
.right {
	float: right;
	width: 310px;
	margin: 0 0 10px 0;
}
.right_login {
	padding: 10px;
	margin: 0 0 10px 0;
	background: #A9D4F2;
	color: #246088;
	border-top: 1px solid #4A8EBC;
	border-bottom: 1px solid #4A8EBC;
}
.right_articles {
	border: 1px solid #eee;
	padding: 8px;
	margin: 0 0 10px 0;
}
.right_articles:hover {
	border: 1px solid #ccc;
}
.image {
	float: left;
	margin: 0 9px 3px 0;
}
.left a {
	color: #185DA0;
	background: inherit;
}
.left a:hover {
	color: #9EC068;
	background: inherit;
}
.left a.title {
	color: #FE6700;
	background: #FFF;
}
.clear {
	clear: both;
}
.dashed-bottom {
	border-bottom: 1px dashed #DDDDDD;
}
.dashed-bottom a:link {
	text-decoration: none;
	color: #004a9c;
}
.dashed-bottom a:visited {
	text-decoration: none;
}
.footer {
	font-family: 'Lucida Grande','Lucida Sans Unicode','宋体','新宋体',arial,verdana,sans-serif;
	text-align: center;
}
.footer a:link {
	text-decoration: none;
}
.footer a:visited {
	text-decoration: none;
}
