/* normal header */
#header {
  background: url(/images/search/bg.gif) repeat-x 0 100%;
  border-bottom: 1px solid #FFB03B;
  padding: 18px 0 20px 200px;
}

#login-panel {
  position: absolute;
  right: 26px;
  top: 10px;
  color: #e61;
}

#login-panel a {
  color: #e61;
  padding: 0 5px;
}

#logo {
  position: absolute;
  left: 26px;
  top: 35px;
}

#search-panel {

}

#search-types li {
  float: left;
  text-align: center;
}

#search-types a {
  background: url(/images/search/search-header-types.gif) no-repeat 100% 0;
  width: 140px;
  height: 24px;
  color: #600;
  line-height: 24px;
  display: inline-block;
}

#search-types a.selected {
  color: #600;
  background: url(/images/search/search-header-types.gif) no-repeat 0 0;
  text-decoration: none;
}

#search-table {
  width: 551px;
  height: 50px;
  background: url(/images/search/search-header.gif) no-repeat 0 0;
  color: #333;
  padding: 3px 10px 7px;
}

#search-table a {
  background: url(/images/search/icon.gif) no-repeat 0 -28px;
  color: #600;
  padding-left: 12px;
}

#search-table a:hover {
  background: url(/images/search/icon.gif) no-repeat 0 2px;
  color: #C33;
  text-decoration: underline;
}

#search-table td {
  padding: 0 2px;
}

#search-table td.keyword {
  width: 35%;
}

#search-table td.location {
  width: 20%;
}

#search-table td.search-btn {
  width: 23%;
}

#search-table td.search-list {
  width: 22%;
}

#search-keyword, #search-location {
  background: url(/images/search/search-input.gif) repeat-x;
  width: 178px;
  height: 14px;
  font-family: Tahoma, Arial;
  font-size: 12px;
  color: #999;
  padding: 5px;
  border: 1px solid #da6b0d;
}

#search-location {
  width: 98px;
}

.search-submit-button {
  position: relative;
  top: 2px;
}

#search-bar {
  font-size: 12px;
  line-height: 1.5;
}

.text-input {
  width: 138px;
  height: 12px;
  font-size: 12px;
  margin-right: 5px;
  padding: 5px 3px;
  border: 1px solid #7F9DB9;
}

#search-table ul {
  padding-top: 0px;
}

#search-table li {
  line-height: 1.8;
}