/* 'Diet Coke' - search.css - SUMO Technologies */

#searchform 
{
  border: solid 1px #000000;
}

#searchresults
{
  border: solid 1px #ff0000;
}

.searchresult
{
  border: solid 1px #00ff00;
}

#searchnav
{
  border: solid 1px #0000ff;
}

.searchtext .phpdigHighlight
{
  font-weight: bold;
}

.searchpathandsize
{
  margin-top: 5px;
  font-size: 80%;
}

.phpdiginputsubmit
{
  color: #0e3760;
  font-size: 100%;
  background: #a3caf1 url(/images/inputbuttonnorm.gif) repeat-x;
  text-decoration: none;
  border: solid 1px #3c82c9;
}