.lapl-search-results .site-search,
#search-api-page-search-form {
  padding: 18px 14px;
  background: #00B5CC;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 24px;
}
.lapl-search-results .site-search:after,
#search-api-page-search-form:after {
  content:"\0020";
  display:block;
  height:0;
  clear:both;
  visibility:hidden
}
.lapl-search-results .site-search .form-item,
#search-api-page-search-form .form-item {
  float:left;
}
.lapl-search-results .site-search .form-text,
#search-api-page-search-form .form-text {
  width: 235px;
  margin-right: 14px;
  margin-bottom: 0;
  color: #333;
}
/* no, these next two can't be combined into one rule */
.lapl-search-results .site-search .form-text:-webkit-input-placeholder,
#search-api-page-search-form .form-text:-webkit-input-placeholder {
  color: #666;
}
.lapl-search-results .site-search .form-text:-moz-placeholder,
#search-api-page-search-form .form-text:-moz-placeholder {
  color: #666;
}
.lapl-search-results .site-search .form-select,
#search-api-page-search-form .form-select {
  width: 150px;
  margin-right: 14px;
  margin-bottom: 0;
}
.lapl-search-results .site-search .form-submit,
#search-api-page-search-form .form-submit {
  background: url(img/button-find-it-90x56.png) no-repeat left top;
  height: 28px;
  width: 90px;
  text-indent: -999em;
  overflow: hidden;
  margin: 0;
  filter: none;
  float: right;
}
.lapl-search-results .site-search .form-submit:hover {
  background-position: left bottom;
}
.lapl-search-results .cols-66-33 { }
.lapl-search-results .cols-66-33 .col {
  width: 220px;
}
.lapl-search-results .cols-66-33 .col:first-child {
  width: 470px;
}
.lapl-search-results h2.view-header {
  font-weight: normal;
}
.lapl-search-results .views-row {
}
.lapl-search-results .views-row h3 {
  margin-bottom: 3px;
  font-size: 100%;
}
.lapl-search-results .views-row h3 a {
  color: #004479;
  font-weight: 700;
}
.lapl-search-results .views-row p {
  color: #66707e;
}
.lapl-search-results .views-row p strong {
  font-weight: normal;
  color: #F26531;
}
.lapl-search-results .views-widget-sort-order {
  display: none;
}
.lapl-search-results .views-exposed-widget label,
#search-api-page-search-form label {
  display: none;
}
.lapl-search-results .views-exposed-widget .form-select {
  width: 100%;
}
