div#widget_search {
    position: relative;
    margin: 0;
    padding: 0;
    width: 222px;
    height: 39px;
    overflow: hidden;
    text-align: left;
    background: url('../media/images/search/widget_bg.png') no-repeat top left;
}

div#widget_search input[type='text'] {
    margin: 0 0 0 15px;
    border: 0;
    height: 39px;
    width: 170px;
    line-height: 39px;
    font-size: 150%;
    color: #CCCCCC;
    background-color: transparent;
}

div#widget_search input[type='button'] {
    position: absolute;
    margin: 0;
    padding: 0;
    border: 0;
    height: 100%;
    width: 25px;
    background: transparent;
    cursor: pointer;
}

div#widget_search input:focus {
    outline: none;
}