#pagetitle {
  float: left;
  width: 300px;
}

form {
  float: left;
  width: 496px;
  margin: 20px 0;
  border: 2px solid #bee19e;
  background: #DDD url() repeat/repeat-x/repeat-y/no-repeat scroll/fixed top left/top center/top right/center left/center center/center right/bottom left/bottom center/bottom right/x-% y-%/x-pos y-pos;
  background: #fff url(/images/deck-search.png) no-repeat 10px 12px;
}

#search {
  float: right;
  width: 450px;
  border: none;
  font-size: 17px;
  padding: 10px 0;
  -webkit-appearance:none;
}

#search:focus {
  outline: none;
}

#noresults {
  font-size:110%;
  text-align:center;
  padding:20px;
}

.apple_pagination {
  background: #fafafa;
  border: 1px solid #eee;
  text-align: center;
  padding: 1em;
}

.apple_pagination a, .apple_pagination span {
  padding: .2em .3em;
}
.apple_pagination span.disabled {
  color: #AAA;
}

.apple_pagination span.current {
  font-weight: bold;
}
.apple_pagination a {
  text-decoration: none;
  color: black;
}

.apple_pagination a:hover, .apple_pagination a:focus {
  text-decoration: underline;
}
