.search.show-form {
    position:absolute;
    right:0;
    top:10px;
    height:21px;
    width:220px;
    background:url(../images/search.png) no-repeat;
}

.search.show-form input.text {
    position:absolute;
    left:0;
    top:0;
    background:0;
    width:145px;
    border:0;
}

.search.show-form input.button {
    position:absolute;
    right:0;
    top:0;
    margin:0;
    width:0;
    padding-left:65px;
    overflow:hidden;
    text-indent:-500px;
    background:0;
    border:0;
}

