@charset "utf-8";
/* CSS Document */

.m-page {
	padding: 30px 0px 50px;
	_padding-bottom: 30px;
*padding-bottom:30px;
	text-align: center;
	line-height: 32px;
	font-size: 0;
	letter-spacing: -0.307em;
	word-wrap: normal;
	white-space: nowrap;
	color:#5e3734;
}
.m-page a, .m-page i {
	display: inline-block;
	vertical-align: top;
	padding: 2px 12px;
	margin-left: -1px;
	font-size: 12px;
	letter-spacing: normal;
	background: #fff;
	-webkit-transition: background-color 0.1s;
	-moz-transition: background-color 0.1s;
	-ms-transition: background-color 0.1s;
	-o-transition: background-color 0.1s;
	transition: background-color 0.1s;
}
.m-page a {
	text-decoration: none;
	color: #000;
	border: 1px solid #eaeaea
}
.m-page a:first-child {
	margin-left: 0;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
}
.m-page a:last-child {
	margin-right: 0;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
}
.m-page a:hover {
	color: #fff;
    background: #c7963e;
}
.m-page a:active {
	background: #f0f0f0;
}
.m-page a.z-crt, .m-page a.z-crt:hover, .m-page a.z-crt:active {
	cursor: default;
	color: #fff;
    background: #c7963e;
}
.m-page a.z-dis, .m-page a.z-dis:active {
	cursor: default;
}
.m-page a.z-dis:hover {
	color: #fff;
    background: #c7963e;
}
.m-page-lt {
	text-align: left;
}
.m-page-rt {
	text-align: right;
}
.m-page-sm {
	float: left;
	width: 100%;
	line-height: 22px;
}
.m-page-sm a, .m-page-sm i {
	padding: 5 10px;
}
.m-page-sr a, .m-page-sr i {
	margin: 0 3px;
}
.m-page-sr i {
	border: 0;
}
.m-page-sr a:first-child, .m-page-sr a:last-child {
/*border-radius: 2px; */

}
.mysubmit {
	width: 100% !important;
	color: #ffffff !important;
	padding: 0 !important;
	font-size: 22px !important;
	background: #5e3734 !important;
	cursor: pointer;
}
