@charset 'utf-8';
div.cm_overlay {
    background: #333;
    display: none;
    height:100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 500;

    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -webkit-opacity: 0.5;
    opacity: 0.5;
}

div.cm_wrapper {
    background: #fff;
    display: none;
    left: 50%;
    padding:50px 30px;
    position: absolute;
    text-align:center;
    top: 40%;
    width: 450px; margin-left:-275px;
    z-index: 510;

    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
