/*.reveal-modal-bg {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #000;
    background: rgba(0,0,0,.8);
    z-index: 100;
    display: none;
    top: 0;
    left: 0;
}*/

.tck_title{
    position: relative;
    line-height: 32px;
    color: #ffffff;
    padding: 0 20px;
}
.reveal-modal {
    position: absolute;
    top: 35%;
    left: 50%;
    margin-left: -300px;
    width: 400px;
    background: #fafafa;
    z-index: 101;
    padding:0 0 10px 0;
    overflow: hidden;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 5px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.1);
    -box-shadow: 0 0 5px rgba(0,0,0,.1);

}
.reveal-modal p{
    padding: 0 20px;
}
.reveal-modal button{
    float: right;background: #3393e7;border: 0;padding: 5px 20px;border-radius: 5px;color: #ffffff;
}
.reveal-modal .close-reveal-modal {
    font-size: 22px;
    line-height: .5;
    position: absolute;
    top: 16px;
    right: 11px;
    color: #aaa;
    text-shadow: 0 -1px 1px rbga(0,0,0,.6);
    font-weight: bold;
    cursor: pointer;
}