﻿#SearchResults ol#Results {
  list-style: decimal;
  list-style-image: none;
  list-style-position: outside;
}

#Search input {
  margin-right:7px;
  color:#ffffff;
  background-color: #e8e8e8;
  border: 0px solid #ffffff;
}

#Submit {
  margin:0px;
  text-decoration: none;
  color:#999999;
}

#Submit:hover {
  margin:0px;
  text-decoration: underline;
  color:#999999;
}

#SearchResults .Paging {
  clear: both;
}

#SearchResults .Paging a, #SearchResults .Paging span {
  margin-right: 5px;
}

