@charset "utf-8";
.searchArea {
  /*width: 233px;*/
  width: 200px;
  position: absolute;
  right: 0;
  top: 0;
}

#srchBox {
  overflow: hidden;
  zoom: 1;
  margin: 0;
  padding: 0
}

#srchBox .inputBox {
  display: inline-block;
  vertical-align: middle;
  /*width: 203px;*/
  width: 172px;
  /*background: url(/search/images/icon_search.svg) no-repeat left top;*/
  padding: 0
}

#srchBox .inputBtn {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  /*height: 25px;*/
  margin-right: -10px
}

#srchBox .srchBoxUl {
  display: none
}

#srchBox * {
  margin: 0;
  padding: 0;
  font-size: 13px
}

#srchBox a img {
  border: none
}

#srchBox #srch {
  padding: 0;
  overflow: hidden;
  border: 1px solid #C0C0C0;
  border-radius: 6px;
}

#srchBox #srch #srchForm {
  white-space: nowrap
}

#srchBox #srchInput {
  margin-right: 6px;
  vertical-align: bottom;
  width: 184px;
  height: 20px;
  background: 0 0;
  border: none;
  line-height: 20px;
  margin: 3px 1px 2px 12px;
}

#srchBox #srchBtn {
  width: 100%;
  border: none;
  margin: 4px 0 0 0;
}

#srchBox .inputBox_label {
  float: left;
  padding-top: 4px;
  font-size: 12px!important;
  color: #555
}

div#main div#web ol {
  max-width: 800px!important
}

#srchBox #srch {
  padding: 0;
}

input[type=image]:focus, input[type=text]:focus {
  outline: 0
}

input:-internal-autofill-selected {
  background-color: transparent!important
}

#srchBox .srch_link {
  text-align: right;
  line-height: 1;
  margin: 3px 0 0 0;
}

#srchBox .srch_link a {
  color: #9fa0a0;
  font-size: 0.625rem
}