#search_area {
    position:absolute;
    width:205px;
    right:19px;
    bottom:6px;
}

#search_area input {
    width:150px;
}
#search_area input#search_butt {
    width:17px;
    height:24px;
    position:absolute;
    right:2px;
}

#search_area input#search_field {
    width:173px;
    height:19px;
    background-image: url('/images/search_back.png');
    background-repeat: no-repeat;
    background-color: transparent;
    border:none;
    color: #9c9c9c;
    font-size: 10px;
    padding: 6px 7px 0 7px;
    overflow:visible;

}