.tx-macinasearchbox-pi1 {
    position: relative;
}

.tx-macinasearchbox-pi1 #field {
    width: 120px;
    margin-right: 10px;
}

.tx-macinasearchbox-pi1 #button {
    position: absolute;
    top: 1px;
    height: 18px;
}  


        /* Align the form fields and labels */
        div.tx-indexedsearch-searchbox label {
            margin-right:1em;
            width:10em;
            float:left;
            }
        /* Floating items to the right */
        span.tx-indexedsearch-result-count,
        span.tx-indexedsearch-percent {
            font-size:0.9em;
            letter-spacing:0;
            font-weight:normal;
            margin-top:-1.2em;
            float:right;
            }
        /* Align result info */
        dt.tx-indexedsearch-text-item-path {
            margin-left:0;
            float:left;
            }
        /* Reset margin of the last element in the result info */
        dd.tx-indexedsearch-path {
            margin-left:0;
            }
        /* Clear the result browser float */
        div#content div.tx-indexedsearch-res {
            clear:both;
            }

