/* CSS Document */

/*网页整体样式:body*/
BODY
{
	margin: 0px;
	FONT-FAMILY: 宋体;
	FONT-SIZE: 12px;
	background-image: url(../images/login/body_bg.gif);
}

/*表格基本样式:td*/
td
{
	FONT-FAMILY: 宋体;
	FONT-SIZE: 12px;
		color: #666666;/*s2*/

}


/*整个网站默认链接的样式----------------------------------------------------a*/
a:link {
	color:#666666;/*s2*/
	text-decoration: none;
	font-size: 12px;
}
a:visited {
	color:#666666;/*s2*/
	text-decoration: none;
	font-size: 12px;
}
a:hover {
	color:#666666;/*s2*/
	text-decoration: underline;
	font-size: 12px;
}

/*整个网站按钮的样式--------------------------------------------------------button*/
.button
{
	color:#636363;/*s7*/
	background-color:#efefef;/*s6*/
	text-align: center;
	text-valign:middle;
	font-size: 12px;
	line-height: 18px;
	width: 55px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #636363;/*s7*/

}
/*搜索输入框的样式------------------------------------------------------input.search*/
input
{
	background-color:#efefef;/*s62*/
	border-color:#000000;/*s7*/
	border-width:1px;/*s7*/
	border-top:0px dashed;
	border-bottom:1px dashed;
	border-left:0px dashed;
	border-right:0px dashed;
	line-height: 18px;
	margin-top: 5px;
	margin-bottom: 5px;
    width: 40px;
}
input.search
{

    width: 40px;
}
/*会员登录输入框的样式------------------------------------------------------input.login*/
input.login
{

    width: 100px;
}

/*文字内容--------------------------------------------------------------------text*/
.text 
{
	color: #666666;/*s2*/

}
.textlogin
{
	color: #666666;/*s2*/
		padding-top: 11px;


}
/*版权信息--------------------------------------------------------------------copyright*/
.copyright 
{
	color: #666666;/*s8*/
	padding-top: 5px;
	padding-bottom: 5px;
}
.copyright:link {
	color:#000000;/*s6*/
	text-decoration: none;
	font-size: 12px;
}
.copyright:visited {
	color:#000000;/*s6*/
	text-decoration: none;
	font-size: 12px;
}
.copyright:hover {
	color:#000000;/*s6*/
	text-decoration: underline;
	font-size: 12px;
}

/*以下为CSS使用区域的说明*/
普通链接及内容页面文字:666666;/*s2*/

按钮背景:efefef;/*s6*/

输入框背景：efefef;/*s62*/

按钮文字及边框（包括输入框）颜色:636363;/*s7*/

版权信息颜色：666666;/*s8*/
