.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 10000; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.6); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #F0F0F0; margin: auto; padding: 0px; width: 920px; height:630px; overflow-y: hidden;
    overflow-x: hidden;  border:1px solid #2A2A2A;  -webkit-box-shadow: 0 10px 6px -6px #383838; -moz-box-shadow: 0 10px 6px -6px #383838; box-shadow: 0 10px 6px -6px #383838;
}

/* The Close Button */
.close { color: #aaaaaa; float: right; font-size: 32px; font-weight: bold; padding:0px 20px 4px 0px; font-family:Verdana; }

.close:hover, .close:focus { color: #000; text-decoration: none; cursor: pointer; }

.contlink2 { color:#2076D5; cursor:pointer; font-weight:bold; text-decoration:none; }
.contlink2:hover { color:#E6650F; }
