
/* OVERLAY * * * * * * * * * * * * * * */
#cboxContent{
    background:#fff;
    border:1px solid black;
    padding: 10px;
}
#colorbox{
    z-index: 2;
    outline:0;
}
#colorbox *:focus{
    outline: none;
}
#cboxOverlay{
    position: fixed;
    top: 0px;
    background-color: #000;
    height: 100%;
    z-index: 1;
    width: 100%;
}
#cboxClose{
    position: absolute;
    top: -17px;
    right: 0px;
    display:none;
}

/* MESSAGE * * * * * * * * * * * * * * */

.show_message{
    width: 500px;
}
.show_message p,
.show_message h2{
    text-align: center;
}
