@charset "UTF-8";

.view-more {
  text-aling: left;
}
.view-more p {
  margin-bottom: 12px;
}
.view-more div {
  text-align: center;
}
.view-more input {
  background: url("../images/nav-page-skip-01-li-number-bg.gif") repeat-x left top #f3f3ee;
  width: 320px;
  padding: 3px;
  border: 1px solid #aaa;
  margin-bottom: 12px;
  color: #01559e;
  font-size: 13px;
}
.view-more a {
  background: url("../images/nav-page-skip-01-li-number-bg.gif") repeat-x left top #f3f3ee;
  width: 320px;
  padding: 3px 0;
  border: 1px solid #aaa;
  margin-bottom: 12px;
  margin-left: auto;
  margin-right: auto;
  color: #01559e;
  font-size: 13px;
  display: block;
}
.view-more a:hover {
  text-decoration: none;
}
.view-more a:active, .view-more input:active{
  background: #cccccc;
}
.view-more a.loading, .view-more input.loading {
  color: #333333;
}
