﻿[data-rel=fh5-light-box-demo] {
    cursor: pointer
}

.fh5-light-box-background {
    background: #000;
    opacity: .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: #fff;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: 99999999;
    border: 8px solid #fff;
    border-radius: 5px
}

.fh5-light-box-cancel-button {
    position: absolute;
    top: -3px;
    right: 5px;
    cursor: pointer;
    font-size: 21px;
    font-weight: 700
}

    .fh5-light-box-cancel-button:hover {
        text-shadow: -1px 1px 1px #000;
        color: #c02121
    }

    .fh5-light-box-cancel-button:active {
        color: #a00000
    }

.fh5-light-box-title {
    color: #222;
    font-size: 16px;
    padding: 1px 0 8px 5px;
    font-weight: 700
}
