.d_btn {
    display: inline-block;
    padding: .5em 1em !important;
    border: 1px solid #ccc;
    border-color: #dbdbdb;
    cursor: pointer;
    color: #464646 !important;
    vertical-align: middle;
    background: #f2f2f2 !important;
/*    border-radius: .2em;
    background: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#f2f2f2));
    background: -moz-linear-gradient(top,#fff,#f2f2f2);
    background: -o-gradient(top,#fff,#f2f2f2);
    background: linear-gradient(top,#fff,#f2f2f2);
     */
}
#postcode-layer {
    display:none;
    border:5px solid;
    position:fixed;
    width:300px;
    height:460px;
    left:50%;
    margin-left:-155px;
    top:50%;
    margin-top:-235px;
    overflow:hidden;
    -webkit-overflow-scrolling:touch;
    z-index:1000;
}
#postcode-layer img {
    cursor:pointer;
    position:absolute;
    right:-3px;
    top:-3px;
    z-index:1001;
}