/* Start of CMSMS style sheet 'search' */
.search-input {
      border:0px;
      margin-left:10px;
      color:#FFF;
      letter-spacing:1px;
      font-family: Arial;
      font-size: 10px;
      list-style: none;
      font-color:white;
      float: left;
      background: transparent url(uploads/css/transparent) no-repeat center top;
}
.search-input-white {
      border:0px;
      margin-left:10px;
      color:#000;
      letter-spacing:1px;
      font-family: Arial;
      font-size: 10px;
      list-style: none;
      font-color:white;
      float: left;
      background-color: #FFF;
}
.search-button {
      margin-left:0px;
      float: right;
      width:15px;
      height:15px;
      border:0px;
      cursor:pointer;
      cursor:hand;
      background: url(uploads/css/arrow-right-small.gif);
}
.search-button-hover {
      margin-left:0px;
      float: right;
      width:15px;
      height:15px;
      border:0px;
      cursor:pointer;
      cursor:hand;
      background: url(uploads/css/arrow-right-small-hover.jpg);
}
/* End of 'search' */

