#search-container {
    position: absolute;
    right: 20px;
    bottom: 0px;
    height: 35px;
    width: 229px;
    background: url(../img/layout/searchbg.png) no-repeat center;
    line-height: 2.2em;
    text-align: center;
    z-index: 7;
}
#search-container input[type="image"] {
    height: 10px;
    width: 51px;
}
#search-container input[type="text"] {
    background: url("../img/layout/transparent-white.png") repeat;
    color: #fff;
    border: 0px;
}