@charset "utf-8";

/* search
--------------------------------------------------------------------------------*/

.search {
  display: block;
  position: absolute;
  z-index: 2;
  top: 55px;
  left: 38%;
  height: 25px;
  width: 360px;
  margin: 0 0 0 -180px;
  border: none;
  padding: 0;
  overflow: hidden;
}

.search-form {
  display: block;
  position: relative;
  height: 25px;
  width: 360px;
  margin: 0;
  border: none;
  padding: 0;
}

.search-left {
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 150px;
  height: 25px;
  width: 4px;
  margin: 0;
  border: none;
  padding: 0;
  background: url(/img/search-left.gif) top left no-repeat;
  overflow: hidden;
}

.search-content {
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 154px;
  height: 25px;
  width: 180px;
  margin: 0;
  border: none;
  padding: 0;
  background: #a7bdb8;
  overflow: hidden;
}

.search-input {
  display: block;
  position: absolute;
  z-index: 0;
  top: 6px;
  left: 0;
  height: 14px;
  width: 320px;
  margin: 0 5px 0 5px;
  border: none;
  padding: 0;
  color: #677;
  background: #a7bdb8;
  cursor: text;
  overflow: hidden;
}

.search-right {
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 334px;
  height: 25px;
  width: 26px;
  margin: 0;
  border: none;
  padding: 0;
  overflow: hidden;
  background: url(/img/search-right.gif) top left no-repeat;
}

.search-submit {
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  height: 25px;
  width: 26px;
  margin: 0;
  border: none;
  padding: 0;
  background: url(/img/search-right.gif) top left no-repeat;
  cursor: pointer;
  overflow: hidden;
}

