

.searchbox-input {
 height: 22px;
margin-top: 5px;
  background: #05052b;
  
 
  
  
 
  font-size: 12px;
  color: #f00;
}

.searchbox-icon {
 
  height: 5px;


  font-family: verdana;
  font-size: 16px;
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
 
  text-align: center;
  cursor: pointer;
  color: white;
   background: #e30613;
  border-bottom: 2px solid #e30613;
  border-top: 2px solid #e30613;
  box-shadow: 0px 0px 4px 0px #000;
   z-index: 999999;
}


.searchbox-submit {
   
  height: 20px;
  width: 60px;
  display: block;
  position: relative;
  float: right;
  top: 6px;

  font-family: verdana;
  font-size: 10px;
 z-index: 1;
  margin: 0;
  border: 0;
  outline: 0;
 
  text-align: center;
  cursor: pointer;
  color: #dcddd8;
  background: #e30613;
 
  box-shadow: 0px 0px 4px 0px #000;

}




