.box_search {
  position:          relative;
  height:            20px;
  padding:           10px;
  padding-top:       0px;
}

.box_search_text {
  position:          relative;
  width:		116px;
  height:            16px;
  padding:           3px 3px 0px 3px;
  float:		left;
  color:             #ffffff;
  font-size:         10px;
  border:            none;
  background:		url("../images/box-search.png") top left no-repeat;
}

.box_search_button {
  position:          absolute;
  width:		20px;
  height:		20px;
  margin-left:       5px;
  font-size:		0px;
  cursor:            pointer;
  border:            none;
  background:		url("../images/box-search-button.gif") center center no-repeat;
}