/* BASIC css start */
#mask { display:none; position:fixed; top:0; left:0; right:0; bottom:0; width:100%; height:100%; background:rgba(0,0,0,0.6); z-index:200 }
.search input {
    height: 25px;
    width: 154px;
    margin-right: 3px;
    background: #6190C4;
    border: 0px;
    color: #fff;
    padding: 0 10px;
    outline: none;
    font-size: 12px;
}
/* BASIC css end */

