/* 
* CSS Document
* googlesearch.css
* 
* ifnl/css/googlesearch.css
* 
* Author    :   Greg Merriman
* Copyright :   (c) Independent Fibre Networks (IFNL)
* Created   :   Wed 28 May 2008
* Modified  :   
* Mod By    :   
* 
*/


/* SEARCH-BOX
----------------------------------------------- */

div.search
{
  margin: 80px 0 0 0;
  padding: 0;
  float: right;
}

div.search input
{
  margin: 0;
  padding: 0;
  border: none;
  width: 0px;
}

div.search input.googleText
{
  width: 160px;
  height: 14px;
  background-image: url(../../img/input-grad.gif);
  background-repeat: repeat-x;
  margin: 0 0 8px 0;
  padding-top: 2px;
  font-size: 11px;
  color: #515B68;
}

div.search input#imageField
{
  height: 24px;
  width: 24px;
}
              


/* SEARCH RESULTS
----------------------------------------------- */
#cse-search-results
{
}
