/* 
* Styles for search block in header
*/

#page #header #block-project-site-searches-project-site-search {
  float: right;
  width: 200px;
  padding: 12px 10px 0 0;
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;

}

#block-project-site-searches-project-site-search form#project-site-searches-form div {
  display: inline-block;
  text-align: left;
}

#block-project-site-searches-project-site-search form#project-site-searches-form .form-item {
    margin-bottom: 3px;
    margin-top: 0px;
}

#block-project-site-searches-project-site-search .form-type-select select {
  width: 125px;
  padding: 0px 0 0 2px;
  height: 18px;
  color: #888;
  border-radius: 5px 0 0 5px;
  border: 0px;
  font-size: 13px;
}

form#project-site-searches-form input.form-submit {
  padding: 0 6px;
  height: 18px;
  margin-right: 0px;
  margin-top: 2px;
  font-size: 13px;
  color: #4379AF;
  border-radius: 3px;
  border: 0px;
  background: #eeeeee; /* Old browsers */
  background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* IE10+ */
  background: linear-gradient(to bottom, #eeeeee 0%,#cccccc 100%); /* W3C */
}

form#project-site-searches-form input.form-submit:hover {
  background: #bbb;
  color: #222;
}

form#project-site-searches-form input#edit-project-search-text {
  height: 18px;
  color: #888;
  border-radius: 5px;
  border: 0px;
}