.jwindow .wincontrols {
    position: absolute;
    top: 6px;
    right: 6px;
}

    .jwindow .wincontrols span {
        cursor: pointer;
        margin: 1px;
        padding: 0;
        display: block;
        float: left;
        width: 19px;
        height: 19px;
        border: 0px solid rgba(0,0,0,0);
    }

        .jwindow .wincontrols span:hover {
            border: 0px solid rgba(255,255,255,0.2);
        }

        .jwindow .wincontrols span.winmin {
            background: url(images/jwindows/min.png) no-repeat;
            display: none;
        }

        .jwindow .wincontrols span.maxbtn {
            background: url(images/jwindows/minmax.png) no-repeat;
        }

        .jwindow .wincontrols span.winclose {
            background: url(images/jwindows/close.png) no-repeat;
            display: none;
        }

.jwindow .wintitle {
    left: 0px;
    position: absolute;
    top: 0px;
    width: 100%;
}

    .jwindow .wintitle img {
        padding-top: 5px;
        padding-right: 6px;
        float: left;
    }

    .jwindow .wintitle .titletext {
        /*float: left;*/
        padding-top: 1px;
        color: #ffffff;
        font-size: 14px;
        line-height: 30px;
        padding-left: 12px;
        /*font-weight: bold;*/
        text-transform: uppercase;
       text-align:center;
    }


    .jwindow .wintitle .titleleft {
        width: 10px;
        height: 16px;
        float: left;
        margin-top: 5px;
        background: url(images/jwindows/titlecloud.png) no-repeat;
    }

    .jwindow .wintitle .titleright {
        width: 10px;
        height: 16px;
        float: left;
        margin-top: 5px;
        background: url(images/jwindows/titlecloud.png) 10px 0px;
    }

.jwindow div.jwinhandle {
    width: 100%;
    cursor: move;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 23px;
    display: inline-block;
    background-color: #fff;
    -moz-opacity: 0.8;
    opacity: .0;
    filter: alpha(opacity=00);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=00)";
    margin: 1px 0px 0px 1px;
}

.jwindow {
    position: absolute;
    margin: 0;
    overflow: hidden;
    padding: 0px 0px 30px 0px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    border: 1px solid #ccc;
    background:#fff;
    /*z-index: 300 !important;*/
}

.widgetShadow {
    /*-webkit-box-shadow: 3px 3px 7px 0px rgba(0,0,0,1);
    -moz-box-shadow: 3px 3px 7px 0px rgba(0,0,0,1);
    box-shadow: 3px 3px 7px 0px rgba(0,0,0,1);*/
    border: none !important;
    -webkit-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.5);
    box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.5);
}

.jwindow .top {
    /*background: url(images/jwindows/default/topl.png) no-repeat;*/
    width: 100%;
    height: 30px;
    clear: both;
    background: #006aae;
}

    .jwindow .top .topr {
        background: url(images/jwindows/default/topr.png) no-repeat;
        width: 0px;
        height: 42px;
        position: absolute;
        right: -22px;
    }

    .jwindow .top .topc {
        /*background: url(images/jwindows/default/topc.png) repeat-x;*/
        background: #185f9b;
        height: 42px;
        position: absolute;
        margin-left: 42px;
        /*left: -20px;
        right: 20px;*/
    }

.jwindow .middle {
    /*background: url(images/jwindows/default/left.png) repeat-y top left;*/
    background: #fff;
    width: 100%;
    height: 100%;
    clear: both;
}

    .jwindow .middle .content {
        /*background: url(images/jwindows/default/right.png) repeat-y top right;*/
        /*width: 100%; 
  padding-right: 28px; */
        /*padding-right: 12px;*/
        overflow: hidden;
        /*margin-left: 12px;*/
        height: 100%;
        position: relative;
    }

        .jwindow .middle .content .container {
            background-color: #fff;
            overflow: hidden;
            position: relative;
            height: 100%;
            width: 100%;
        }

        .jwindow .middle .content .mask {
            background-color: #FFFFFF;
            height: 100%;
            overflow: auto;
            position: absolute;
            width: 100%;
            top: 0;
            right: 13px;
        }

.jwindow .bottom {
    /*background: url(images/jwindows/default/bottoml.png) no-repeat;*/
    width: 100%;
    height: 0px;
    clear: both;
    background: #fff;
}

/*.jwindow .bottom .bottomr {
        background: url(images/jwindows/default/bottomr.png) no-repeat;
        width: 20px;
        height: 20px;
        position: absolute;
        right: -20px;
    }

    .jwindow .bottom .bottomrR {
        background: url(images/jwindows/default/bottomrR.png) no-repeat;
        width: 20px;
        height: 20px;
        position: absolute;
        right: -20px;
        cursor: se-resize;
    }

    .jwindow .bottom .bottomc {
        background: url(images/jwindows/default/bottomc.png) repeat bottom;
        height: 20px;
        position: absolute;
        margin-left: 42px;
        left: -20px;
        right: 20px;
    }*/

.winmask {
    cursor: move;
    position: absolute;
    width: 100%;
    height: 100%;
    display: none;
    background-color: #ccc;
    top: 0;
    left: 0;
    -moz-opacity: 0.4;
    opacity: .40;
    filter: alpha(opacity=40);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=40)";
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    padding: 38px 0px 0px 54px;
    border: 1px solid #333;
}


.wintb {
    border: 1px solid #555;
    overflow: hidden;
    float: left;
    width: 120px;
    height: 100%;
    font-family: arial,verdana,sans-serif;
    font-size: 11px;
    font-weight: bold;
    background: url(images/jwindows/wintbactive.gif);
    line-height: 32px;
    text-align: center;
    color: #fff;
    text-shadow: 0 1px 1px #000;
    cursor: pointer;
    box-shadow: 0px 0px 14px #eee inset;
    -moz-box-shadow: 0px 0px 14px #eee inset;
    -webkit-box-shadow: 0px 0px 14px #eee inset;
}

.wintbcont {
    float: left;
    display: block;
    border: 0 none;
    list-style: none;
    position: relative;
    overflow: hidden;
    height: 100%;
}

.wintbclose {
    position: absolute;
    top: 3px;
    right: 3px;
    background: url(images/jwindows/close.gif) no-repeat;
    height: 14px;
    width: 15px;
}

.jwindow  .container
{
    padding: 0;
}