* {undefined

    margin: 0;

    padding: 0;
  

}

.container {undefined

    height: 70px;

    width: 800px;

    margin: 100px auto 0 auto;

}

.parent {undefined

    position: relative;

}

.search {undefined

    width: 300px;

    height: 40px;

    border-radius: 18px;

    outline: none;

    border: 1px solid #ccc;

    padding-left: 20px;

    position: absolute;

}

.btn {undefined

    height: 35px;

    width: 35px;

    position: absolute;

    background: url("realpic/topbar.png") no-repeat -2px -99px;

    top: 6px;

    left: 285px;

    border: none;

    outline: none;

    cursor: pointer;

}