.searchMeme-container {
    /* width: 150px; */
}

.searchMeme-container div {
    margin: 0;
    padding: 0;
}

.searchMeme-button-icon {
    background: url(../image/search-icon.png) no-repeat center center;
    width: 30px;
    height: 30px;
    /* color:#ffffff; */
}

.searchMeme-button-searching {
    /* background-image: url(loading.gif);
    position: relative;
    top: 33%;
    left: 36%;
    width: 60px;
    height: 30px;
    background-repeat: no-repeat; */
}

.searchMeme-water-mark {
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    /* IE 5-7 */
    filter: alpha(opacity=50);
    /* Netscape */
    -moz-opacity: 0.5;
    /* Safari 1.x */
    -khtml-opacity: 0.5;
    /* Good browsers */
    opacity: 0.5;
}

.green-normal {
    background: #d8d8d8;

}

.green-hover {
    background: #d8d8d8;
}

.searchMeme-input-left input {
    width: 120px;
    background-color: #d8d8d8;
    border: none;
    color: #fff;
    z-index: 1;
    /* padding: 2px; */
    font-size: 12px;
    /* -webkit-border-radius: 0px 6px 6px 0px;
    -moz-border-radius: 0px 6px 6px 0px;
    border-radius: 0px 6px 6px 0px; */
    /* -webkit-box-shadow: inset 1px 1px 1px 0px #000;
    -moz-box-shadow: inset 1px 1px 1px 0px #000;
    box-shadow: inset 1px 1px 1px 0px #000; */
    margin-top: 0px;
}

.searchMeme-input-left {
    float: left;
    /* width: 152px; */
    overflow: hidden;
}

.searchMeme-button-left {
    width: 30px;
    height: 30px;
    cursor: pointer;
    float: left;
    z-index: 100;
}

.searchMeme-round-left {
    /* -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-radius: 4px 0px 0px 4px;
    border-radius: 4px 0px 0px 4px; */
}

.searchMeme-input-right input {
    width: 180px;
    background-color: #d8d8d8;
    border: none;
    /* color: #fff; */
    /* z-index: 1; */
    padding: 2px 5px;
    font-size: 12px;
    line-height: 26px;
    /* -webkit-border-radius: 6px 0px 0px 6px;
    -moz-border-radius: 6px 0px 0px 6px;
    /* border-radius: 6px 0px 0px 6px; */
    /* -webkit-box-shadow: inset 1px 1px 1px 0px #ddd;
    -moz-box-shadow: inset 1px 1px 1px 0px #ddd;  */
    box-shadow: inset 1px 1px 1px 0px #ddd;
    margin-top: 0px;
    height: 30px;
}

.searchMeme-input-right {
    float: right;
    width: 150px;
    overflow: hidden;
    height: 30px;
}

.searchMeme-button-right {
    background: #ff9d1d;
    width: 30px;
    height: 30px;
    cursor: pointer;
    float: right;
    z-index: 300;
}

.searchMeme-round-right {
    /* -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 0px; */
    /* -webkit-border-radius: 0px 4px 4px 0px; */
    /* border-radius: 0px 4px 4px 0px; */
}