@charset 'utf-8';

/*----------------------------------------------------
    popup
----------------------------------------------------*/
/*------- MOVIE -------*/
#popup {
    display: none;
}
#popupBackField {
    background: url(/cms/kitchen/images/000033528.png) repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index:1001;
    width: 100%;
}
#popupElementField {
    z-index:1002;
    position: absolute;
    left: 50%;
}
#mclose {
    text-align: right;
    color: #fff;
    font-weight: bold;
    padding-bottom: 5px;
    cursor: pointer;
}
#popupMovieObject {
    width: 560px;
    height: 315px;
    background: #000;
}
