.searchform {
    overflow: hidden;
    display: none;
    position: absolute;
    width: 100%;
    height: 60px;
    z-index: 1000000;
    top: 81px;
    left: 0;
}

.mini-search input.field, .overlay-search-microwidget input[type=text] {
    line-height: 60px;
    width: 100%;
}