/**
 * Window Styles
 * ------------------------------------------------
 */

#registration {
    position: absolute;
    background: transparent;
    left: 50%;
    top: 0;
}

#registration .ck_win {
    margin-left: -260px;
    top: 10px;
}

#registration .ck_win .canvas, #registration .ck_win iframe {
    /*
    width: 500px;
    height: 700px;
    */
}

#registration .ck_win iframe {
    overflow: auto;
}

.ck_win {
    display: none;
    position: absolute;
    background: transparent;
    left: 50%;
    top: 355px;
    margin-left: -220px;
    z-index: 200;
}

.ck_win .titlebar {
    padding: 0 12px;
    font-weight: bold;
    height: 2.5em;
    background: #F3F8FB url("../images/win/bg_win.png") no-repeat;
    line-height: 2.5em;
    color: #FFF;
    width: 441px;
}

.ck_win .canvas {
    padding: 0;
    width: 457px;
    height: 302px;
    background: #FFF url("../images/locations/loading.gif") no-repeat center center;
    border: 4px solid #E5F0F7;
}

.ck_win .title {
    float: left;
    background: transparent;
    position: relative;
    top: 0;
    left: 0;
}

.ck_win .functions {
    float: right;
    text-align: right;
    position: relative;
    top: 0;
    right: 0;
    color: #FFF;
}

.ck_win .close {
    position: absolute;
    top: 11px;
    right: 0;
    width: 11px;
    height: 11px;
    cursor: pointer;
    background: transparent url("../images/win/close.png") no-repeat;
}

#win_img {
    width: 457px;
    height: 302px;
}