/* $Id: search.css 42 2008-04-05 18:55:35Z jure.merhar $ */
body .cse-overlay {
  background: #e7e7e8 url(/images/main_bg.jpg) repeat-y top left;
  border: 3px solid #515254;
  position: fixed;
  top: 20% !important;
  left: 50% !important;
  margin-left: -303px;
  height: 50%;
  overflow: auto;
}

* html body .cse-overlay {
  position: absolute;
}

form.google_search {
  font-size: 1.2em;
  margin-bottom: 2em;
}
