.overlay_zumiez {
    background-color: #fff;
    filter:alpha(opacity=81);
    -moz-opacity: 0.81;
    opacity: 0.81;
}

.overlay___invisible__ {
    background-color: #666666;
    filter:alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
}

.dialog {
    border: 3px solid #cfcfcf;
}

.top.table_window {
    background: #fff;

}

.mid.table_window {
    background: #fff;
}

.bot.table_window {
    background: #fff;
}
/* North-West corner */
.zumiez_nw {
    width:35px;
    height:35px;
}

/* North border */
.zumiez_n {
    height:35px;
}

/* North-East corner */
.zumiez_ne {
    width:35px;
    height:35px;
}

/* West border */
.zumiez_w {
    width:35px;
}

/* East border */
.zumiez_e {
    width:35px;
}

/* South-West corner */
.zumiez_sw {
    width:35px;
    height:35px;
}

/* South border */
.zumiez_s {
    height:35px;
}

/* South-East corner */
.zumiez_se {
    width:35px;
    height:35px;
}

.zumiez_sizer {
    width: 9px;
    height: 19px;
    cursor:se-resize;
}

.zumiez_close {
    position:absolute;
    cursor:pointer;
    z-index:2000;
    background: transparent;
    border-radius: 4px 0 4px 0;
    border: none;
    display: block;
    height: 20px;
    right: 10px;
    top: 10px;
    width: 20px;
    *background: transparent url('../../../../images/btn-modal-close.png') no-repeat; /* IE7 does not support :after */
}

.zumiez_close:after {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    right: 5px;
    background: transparent url('../../../../images/btn-modal-close.png') no-repeat;
}



.zumiez_minimize {
    width: 14px;
    height: 15px;
    position:absolute;
    top:5px;
    left:28px;
    cursor:pointer;
    z-index:2000;
}

.zumiez_maximize {
    width: 14px;
    height: 15px;
    position:absolute;
    top:5px;
    left:49px;
    cursor:pointer;
    z-index:2000;
}

.zumiez_title {
    float:left;
    height:14px;
    text-align:center;
    width:100%;
    color:#000;
}

.zumiez_content {
    color: #000;
    background-color: #fff;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: visible !important;
}

.top_draggable, .bottom_draggable {
    cursor:move;
}

.status_bar {
    font-size:12px;
}
.status_bar input{
    font-size:12px;
}

.wired_frame {
    display: block;
    position: absolute;
    border: 1px #000 dashed;
}

.dialog{
    height:auto !important;
}

.dialog iframe {
    border: 0;
    margin: 0;
    padding: 0;
}

/* DO NOT CHANGE THESE VALUES*/
.dialog {
    display: block;
    position: absolute;
}

.dialog table.table_window  {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin: 0px;
    padding:0px;
}

.dialog .title_window {
    -moz-user-select:none;
}                                                    
