/* CSS Document */
/*Power By Taner Taner@126.com*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #333333;
}
body,td,th {
	font-size: 12px;
}
/*链接*/
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color:#333333;
}
a:hover {
	text-decoration: underline;
	color: #8180FF;
}
a:active {
	text-decoration: none;
	color: #8180FF;
}
/*左侧登录按钮*/
.index_login {
	background-color: #5BA4A5;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 18px;
	color: #FFFFFF;
}
/*左侧文本域/列表单*/
.left_login_input {
	width: 103px;
	height: 18px;
	border: 1px solid #000000;
	font-size: 14px;
	font-weight: bolder;
}
/*左侧邮箱登录文本域/列表单*/
.left_maillogin_input {
	width: 90%;
	height: 18px;
	border: 1px solid #000000;
	font-size: 14px;
	font-weight: lighter;
}
.mailloginsub {
	background-color: #D88348;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FFFFFF;
}
.listnews {
	display: none;
}
/*注册文本*/
.left_reg_input {
	width: 97%;
	height: 18px;
	border: 1px solid #000000;
	font-size: 14px;
	font-weight: bolder;
}
/*文章列表底部虚线*/
.border-bottom {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-bottom-color: #CCCCCC;
}
.regsiter table {
	border: 1px solid #000000;
}
.foot {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-bottom-color: #CCCCCC;
}
