#searchboxtop { 
  float: left; 
  display: inline; 
  width: 150px; 
} 

#cse-search-boxtop {
  display:inline;
  float:right;
}

#header input#search3{
  background: url(/images2/main/searchglass.png) 8px 8px no-repeat; 
  border: 0px solid;
  padding-left: 30px;	
  padding-right: 5px;
  font-weight: bold;
  width: 139px;
  height: 28px;
  color: #4C4C4C;
}

#header input#search3 {
  background-color: white;	
  font-size: 13px;
  width: 80px;
  -moz-transition: background-color 0.5s ease, width 0.2s ease-out;
  -webkit-transition: background-color 0.5s ease, width 0.2s ease-out;
  transition: background-color 0.5s ease, width 0.2s ease-out;  
}
#header input#search3:focus, #header input#search3:active {
  background: url(/images2/main/searchglass.png) 8px 8px no-repeat; 
  background-color: white;	
  box-shadow: none;
  outline: none;  
  width: 139px;  
}
