/* in some search screens styles differ from intro page */
input.field-login {
  color: #000000;
}

#header {
  height: 80px;
}

#fold {
  height: auto;
}

#fold-login {
	background-color: #CFCFCF;
  color: #000000;
  background-image: url(/images/search_background_gradient.gif);
}

#fold-login a {
  color: #000000;
}

#fold-login h2.title {
}

#fold-login input {
  background-image: url(/images/input_background_white.gif) !important;
  color: #000000;
}

#fold-search {
  background-color: #FF5000;
  background-position: top center;
  background-repeat: repeat-x;
  height: auto;
  padding: 13px 0 13px 25px;
}

#fold-search h2.title {

}

#fold-search input,
#fold-search select {
  background-image: none !important;
  background-color: #FFFFFF;
  border-color: #8D8D8D;
  border-style: solid;
  border-width: 1px;
  height: auto;
  padding-bottom: 2px;
  width: 155px;
}

#fold-search select {
  width: 162px;
}