#search_menu {
   background: url(http://www.eten-users.eu/public/style_images/silver-night/search_menu.png) repeat-x;
   float: right;
   border: 1px solid #121212;
   display: none;
   width: 285px;
   padding: 20px 0;
   position: absolute;
   z-index: 99999;
   text-align: center;
   right: 27px;
   top: -70px;
}

.cleared {
  clear: both;
}

#search_menu .submit_input {
  background: #282828;
  border: 1px solid #000;
  padding: 1px;
  color: #fff;
}