@import url('styles.css');

  .divheader {
   width: 100%;
   margin-bottom: -12px;
   table-layout: fixed
  }

  .searchbutton {
    vertical-align: middle;
    text-align: center; 
    border-style: solid;
    border-color: white;
    border-bottom-width: 0px;
    border-top-width: 1px;
    border-left-width: 0px;
    border-right-width: 0px;
}

    .searchbutton2 {
    vertical-align: middle;
    text-align: center; 
    border-style: solid;
    border-color: white;
    border-bottom-width: 1px;
    border-top-width: 1px;
    border-left-width: 0px;
    border-right-width: 0px;
}




  .input-box {
    border: 1px solid silver;
    width: 119px;
    height: 14px;
    font-size: 12px;
    border-top-width: 1px;
    }


    .news-latest-news_title {
     margin-top: 21px;
     font-family: Arial;
     font-size:11px;
   }

