<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#searchForm fieldset {
  width:200px;
  border:none;
  position: relative;
  float: right;
  margin: 0;
}

div.input {
  width:50px;
  padding:2px 15px 4px 15px;
  border:1px solid #c6d2db;
  float:right;
  background:#ffffff;
}

div.input.focus {
  border:1px solid #008fb0;
}

input#s {
  width:100%;
  border:0;
  background:transparent;
  height:18px;
  color:#888888;
  text-shadow:0 1px 1px #fff;
}

input#s:focus {
  outline:none;
  z-index: 10;
}

input#searchSubmit {
  width:25px;
  height:25px;
  text-indent:-9999px;
  overflow:hidden;
  background:url('../img/search-icon.png') no-repeat;
  border:0;
  position:absolute;
  display: block;
  top:7px;
  right:15px;
  z-index:5;
  cursor:pointer;
}

.social {
  position: absolute;
  left: 860px;
  top: 0;
  z-index: 1;
}




















</pre></body></html>