
HTML, BODY {
    width: 100%;
    height: 100%;
    }

BODY { position: relative; }

#content {
    position: relative;
    z-index: 5;
    }


.cl-blue { color: #a0cff7; }
.cl-yellow { color: #ffea00; }

.hidden { display: none; }

.c-title {}

    .c-title .title {
        font-family: michromaregular, Arial, sans-serif !important;
        font-size: 24px;
        line-height: 1.35em;
        margin: 0 0 1em;
        }


.video {
    background: url(../i/video-preview.jpg) top left no-repeat;
    margin: 1.5em auto;
    width: 471px;
    height: 299px;
    display: block;
    overflow: hidden;
    position: relative;
    }

    .video SPAN {
        text-indent: -9999px;
        background: url(../i/video-play-button.png) 0 0 no-repeat;
        width: 67px;
        height: 67px;
        display: block;
        position: absolute;
        top: 117px;
        left: 202px;
        }

    .video SPAN:hover {
        background-position: 0 -67px;
        }

#dialog-wrapper {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    min-width: 864px;
    z-index: 1000;
    }

.optin-dialog {
    color: #fff;
    font-family: Arial;
    border: 2px solid #000;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    background: #0b5394;
    padding: 15px 30px;
    margin: 110px auto;
    width: 300px;
    }

    .optin-dialog H2 {
        color: #fff;
        font-family: Impact, Arial, sans-serif;
        font-size: 30px;
        font-weight: regular;
        text-align: center;
        margin: .15em 0 0;
        }

    .optin-dialog P { margin: 1em 0; }

    .optin-dialog .preface,
    .optin-dialog .free {
        font-family: Arial;
        font-size: 18px;
        font-weight: bold;
        line-height: 1.5em;
        text-align: left;
        text-transform: none;
        }

    .optin-dialog .free {
        font-size: 16px;
        font-weight: normal;
        }

    .optin-dialog .controls {
        font-family: Arial;
        text-align: center;
        margin: 16px 0;
        }

        .optin-dialog .controls .email,
        .optin-dialog .controls .name {
            color: #000;
            font-size: 15px;
            border: 2px solid #000;
            background: #ffffe5;
            padding: 10px 10px;
            margin-bottom: 1em;
            min-width: 250px;

            -webkit-transition: all 250ms ease;
            -moz-transition: all 250ms ease;
            -ms-transition: all 250ms ease;
            -o-transition: all 250ms ease;
            transition: all 250ms ease;
            }

        .optin-dialog .controls .email.default,
        .optin-dialog .controls .name.default {
            color: #7e91a1;
            background: #cfe2f3;
            }

        .optin-dialog .controls .button {
            color: #000;
            font-size: 22px;
            border: 3px solid #ff0015;
            -webkit-border-radius: 6px;
            border-radius: 6px;
            background: #ffe900;
            padding: 10px 38px;
            cursor: pointer;

            -webkit-transition: all 250ms ease;
            -moz-transition: all 250ms ease;
            -ms-transition: all 250ms ease;
            -o-transition: all 250ms ease;
            transition: all 250ms ease;
            }

        .optin-dialog .controls .button:hover {
            border: 3px solid #f00;
            background: #ffff00;
            }

    .optin-dialog .footnote {
        font-size: 12px;
        line-height: 1.35em;
        text-align: center;
        text-transform: none;
        }


.page-fader {
    background: #000;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    -moz-opacity: .75;
    filter: alpha(opacity=75);
    opacity: .75;
    z-index: 100;
    }


















