.search-panel{
            float:left;
            width: 100%;
            background-color: #F6F6F6;
        }
        .search-panel a{
            color:#999999 ;
        }
        .search-input-panel input{
        padding-left: 15px;
        }
    .search-input-panel input::-webkit-input-placeholder {
        font-size: 12px;
        /*text-align: center;*/
        padding-left: 10px;
      }

    .search-input-panel input:-ms-input-placeholder {
        font-size: 12px;
        /*text-align: center;*/
        padding-left: 10px;
    }
        .search-input-panel{
            width:20%;

            display: inline;
        }
        .left-search-input{
            width:168px;
            height: 30px;
            background-color:#EAEAEA;
            /*margin-right:2px;*/
            float: left;

        }
        .submit-button{
            float: left;
            color: white;
            height: 30px;
            width: 30px;
            background-repeat: no-repeat;
            background-size: 100% 100%;
            background-image: url("./img/tzs-search.png");
            border:none;
        }
        .search-pannel-image{
            float: left;
            height: 80px;
            width: 88%;
            margin: 20px 0 20px 7%;

        }
        .search-pannel-content{
            float: left;
            margin-right: 5px;
        }