@charset "utf-8";
/* 搜索样式*/
/*全局元素*/
body {
	margin:0;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif, "宋体";
	text-align:center;
}
form {
	margin:0;
	padding:0;
	border:0;
	text-align:left;
}
p {
	margin:auto;
	line-height:1.2;
	text-align:left;
}
div {
	margin:auto;
	text-align:left;
	font-size:12px;
}
hr {
	border-bottom:0;
}
a {
	color:#000000;
	text-decoration:none;
}
a:hover {
	color:#FF0000;
	text-decoration:underline;
}

.aL {
	text-align:left;
}
.aC {
	text-align:center;
}
.aR {
	text-align:right;
}

/*button input*/
.sInput2 {
	height:25px;
	line-height:25px;
	padding:0 3px 0 3px;
	margin:0;
	font-size:14px;
}
.sButton2 {
	height:25px;
	line-height:25px;
	width:63px;
	margin:0;
	padding:0;
	border:0;
	background:url(../image/search/search_btn.gif) no-repeat center;
	vertical-align:top;
	cursor:pointer;
}
