﻿    div.fundList-search {
        position: relative;
        top: 8px;
        height: 30px;
        width: 90%;
        line-height: 30px;
        border: 1px solid #ccc;
        border-radius: 5px;
        overflow: hidden;
        *position: absolute;
        left: 5%;
    }
    
    div.fundList-search input {
        position: relative;
    }
    
    input.keyWord {
        top: -40px;
        *top: -35px;
        vertical-align: middle;
        border: none;
        margin: 0 0 0 5px;
        height: 26px;
        width: 90%;
        left: -2px;
        outline: none;
    }

    input.keyWord::-ms-clear{
        display: none;
    }
    
    div.fundList-search img.clear-btn {
        position: relative;
        left: 0px;
        top: -31px;
/*         display: none; */
        z-index: 10;
    }
    
    input.search-btn {
        left: -5px;
        top: -31px;
        outline: none;
    }
