/*==========globalStyle=========*/
/*==全局HTML标签==*/
body {
	margin:0;
	padding:0;
	font-size:12px;
	color:#000;
	line-height:150%;	
	font-family:"宋体",sans-serif,verdana,lucida grande,lucida,arial,helvetica;
	background:#9e7d42 url("../images/bgPage.jpg");
}
hr {	
	clear:both;
	height:1px;
	color:#ccc;
}
h3 {
	font-size:14px;
	font-weight:bold;
}
textarea {
	border:solid 1px #ccc;
	font-size:12px;
}
a img {/*图片链接无边框*/
	border:0
}
a {/*默认链接*/
	text-decoration: none;	
}
a:link {
	color:#000;
	text-decoration: none;
}
a:visited {
	color:#000;
	text-decoration: none;
}
a:hover {
	color:#000;
	text-decoration: underline;
}
a:active {
	color:#000;
	text-decoration: none;
}
form {/*表单内外补丁为零*/
	margin:0;
	padding:0;
}
input, select {/*表单元素input,select字体尺寸*/
	font-size:12px;
}
.iptTxt {	
	border:solid 1px #ccc;
}
.iptBtn {	
	border:solid 1px #630;
	background:#c60;
	color:#fff;
}
.clearFloat {
	clear:both;
}
.txtRed {
	color:#f00;
}
/*--分页--*/
.pagination {
	clear:both;
	text-align:center;
	font-size:12px;
	border: solid 1px #e1e1e1;
	line-height:normal;
	padding:2px 10px;
	background:#f2f2f2;
}
.pagination input {
	font-size:12px;
}
.pagination .iptBtn {
	border:solid 1px #808080;
	background:#fff;
	height:18px;
	color:#000;
}
.pagination .iptTxt {
	border:solid 1px #808080;
	width:30px;
}
