#modal .modalIn {
    background:#fff;
    padding: 20px;
    max-width: 600px;
    margin:0 auto;
}
#modal .modalIn h2 {
    font-size: 30px;
    font-weight: normal;
    color: #000;
    margin: 0 0 20px 0;
    text-align: center;
}
#modal .modalIn .txtIn {
    margin: 0 0 20px;
    text-align: center;
}
#modal .modalIn .txtIn h3 {
    font-size: 14px;
    margin: 0 0 5px 0;
    color:#000;
}
#modal .modalIn .txtIn p {
    margin-bottom:30px;
}
#modal .modalIn .txtIn p:last-child {
    margin-bottom:0;
}
#modal .modalIn .mfp-close {
    width:auto;
    height: auto;
    position:relative;
    right:auto;
    top:auto;
    line-height: 1;
    opacity: 1;
    background: #ff8800;/* #333 */
    font-size:16px;
    max-width:400px;
    text-align: center;
    margin:0 auto;
    padding:20px;
    cursor: pointer;
}
#modal .txtIn img {
    max-width: 100%;
}