/*搜索框样式表*/
#keywords {
  margin-left:40px;
  margin-top:4px;
  border:0px;
  height:30px;line-height:30px;
  width:275px;
  padding-left:3px;
  vertical-align:middle;
  outline:none; border:0; 
  background:#ffffff; 
  float:left;font-family: "microsoft yahei";
}

#keywords:focus {
  border:none; /*去除边框*/
}

#srhbtn {
  vertical-align:middle;
  margin-top:-10px;
  cursor:pointer;
}

#searchbox{
  margin-top:-10px; 
  background-image:url(/home/images/srh.jpg);
  height:40px;line-height:40x;
  width:470px;
  background-repeat:no-repeat;
  /*background: orange;*/
}

#lunar {
  margin-top:-8px; 
  float:left;
  height:30px;
  line-height:30px;
  padding-left:28px;
  font-weight:bold;
  color:#666666;
}


