.search_popout{
    display:none;
    background: none repeat scroll 0 0 #3690c3;
    border: 1px solid #327da9;
    border-radius: 10px;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.1) inset, 1px 3px 3px rgba(0, 0, 0, 0.1);
    padding: 15px 30px;
    position: absolute;
    top: 31px;
    right: 16px;
    z-index:99;
    white-space:nowrap;
}