[data-rel=fh5-light-box-demo] {
    cursor: pointer;
}

.fh5-light-box-background {
    background: black;
    opacity: 0.5;
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999999;
    height: 100%;
    width: 100%;
}

.fh5-light-box {
    font-family: helvetica, arial, sans-serif;
    background: white;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: 99999999;
    border: 8px solid #FFFFFF;
    border-radius: 5px;
}

.fh5-light-box-cancel-button {
    position: absolute;
    top: -3px;
    right: 5px;
    cursor: pointer;
    font-size: 21px;
    font-weight: bold;
}

.fh5-light-box-cancel-button:hover {
    text-shadow: -1px 1px 1px black;
    color: #c02121;
}

.fh5-light-box-cancel-button:active {
    color: #A00000;
}

.fh5-light-box-title {
    color: #222;
    font-size: 16px;
    padding: 1px 0px 8px 5px;
    font-weight: bold;
}