/* CSS Document */
/*==========初始化===========*/
body,div,ul,ol,li,p,span,table,form,input,select,textarea,a{
font-weight:inherit;
font-style:inherit;
font-size:12px;
color:#000;
margin:0;
padding:0;
background-color:#FFFFFF;
}

body{
line-height:20px;
font-family:Arial, Helvetica, sans-serif, "宋体";
}

ul,ol{list-style-type:none;}

a img{border:none;}

a:link {
	color: #000000;
	text-decoration: none;
	font-size: 12px;
}
a:visited {
	color: #000000;
	text-decoration: none;
	font-size: 12px;
}
a:hover {
	color: #990000;
	text-decoration: none;
	font-size: 12px;
}
a:active {
	color: #990000;
	text-decoration: none;
	font-size: 12px;
}


.content{
line-height:22px;
padding:7px 0;
}
 .input{
	width:107px;
	height:21px;
	border:0;
	background-attachment: fixed;
	background-image: url(images/input.jpg);
	background-repeat: no-repeat;
}
.search{
	background:url(images/search.jpg);
	width:43px;
	height:21px;
	border:0
}
