style/master.css [564:605]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
}
#footer p {
  font-size: 12px;
  line-height: 1.5em;
}
.closing {
  background-position: 0 0px;
  left: auto;
  right: 0;
  top: 13px;
  width: 70px;
  height: 65px;
}
/*---------------------------------------------------
    Search Form
---------------------------------------------------*/
#search-box {
  border: none;
  width: 716px;
  padding: 8px;
  font-size: 16px;
  font-family: 'HelveticaNeue-Light', Helvetica, Arial, sans-serif;
  font-weight: 300;
}
#search-box,
#search-button {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  height: 32px;
  vertical-align: bottom;
}
#search-button {
  font-size: 16px;
  margin-left: -1px;
  padding: 5px;
  border: none;
  width: 36px;
  background: url(../image/sprite.png) no-repeat;
  background-position: -156px -95px;
  background-color: #ff0000;
}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



style/master.less [640:688]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
}

#footer p {
    font-size: 12px;
    line-height: 1.5em;
}

.closing {
    background-position: 0 0px;
    left: auto;
    right: 0;
    top: 13px;
    width: 70px;
    height: 65px;
}


/*---------------------------------------------------
    Search Form
---------------------------------------------------*/

#search-box {
    border: none;
    width: 716px;
    padding: 8px;
    font-size: 16px;
    font-family: 'HelveticaNeue-Light', Helvetica, Arial, sans-serif;
    font-weight: 300;
}

#search-box,
#search-button {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    height: 32px;
    vertical-align: bottom;
}

#search-button {
    font-size: 16px;
    margin-left: -1px;
    padding: 5px;
    border: none;
    width: 36px;
    background: url(../image/sprite.png) no-repeat;
    background-position: -156px -95px;
    background-color: #ff0000;
}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



