@import url(googleapis.css);
.wrap{
    position: relative;
    overflow: hidden;
    z-index: 0;
    background: #fff;
    box-shadow: -1px -1px 1px rgba(0,0,0,.4),
    1px 1px 1px rgba(255,255,255,.4);
}

input{
    width: 90%;
    height: 60px;
    padding: 0 65px 0 10px;
    font-size: 16px;
    
    /*box-shadow: inset 1px 1px 11px rgba(0,0,0,.3);*/
}
input:focus {
    outline: none;
}
button{
    position: absolute;
    top: 5px;
    right: 5px;
    width: 50px;
    height: 60px;
    cursor: pointer;
}
.kcxz form{border-radius: 3px; border: 2px solid #ddd;}
