.contact{
    position:fixed;
    display:none;
    z-index:99999;
    background:white;
    padding:10px;
    border:1px solid #ddd;
    top:50%;
    left:52%;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
}

#fade{
    position:fixed;
    opacity:0.5;
    z-index:9000;
    background:black;
    left:0;
    top:0px;
    width:100%;
    height:100%;
    cursor:pointer;
}