@charset "utf-8";

*:focus {
    outline: 0
}

.jbox-fade {
    background-color: #ccc
}

.jbox-drag {
    border: 1px dashed #376ea5
}

div.jbox {
    padding: 0;
    border: 0;
    font-size: 12px
}

div.jbox .jbox-border {
    background: none repeat scroll 0 0 #999;
    filter: alpha(opacity = 20);
    -moz-opacity: .2;
    opacity: .2
}

div.jbox .jbox-container {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius:6px;
    overflow:hidden;
}

div.jbox .jbox-title-panel {
    background: #fff;
    padding:15px 15px 10px;
    margin:0;
}

div.jbox .jbox-title {
    color: #333;
    font-size: 18px;
}

div.jbox .jbox-title-icon {
    background: url(images/jbox-title-icon.gif) no-repeat scroll 3px 5px
    transparent
}

div.jbox .jbox-close, div.jbox .jbox-close-hover {
    /*background: url(images/jbox-close.gif) no-repeat scroll 0 0 transparent;*/
    display: inline-block;
    margin-top: 0;
    margin-right: 0;
    background-repeat: no-repeat!important;
    text-indent: -10000px;
    outline: 0;
    background-image: url(images/remove-icon-small.png)!important;
    opacity: .2;
    filter: alpha(opacity=20);
    top:15px!important;
    right:15px!important;

}

div.jbox .jbox-close-hover {
    cursor: pointer;
    opacity: .5;
    filter: alpha(opacity=50);
}

div.jbox .jbox-content {
    padding:10px 15px;
    line-height: 18px;
    color: #444
}
div.jbox .jbox-content .jbox-con-text{
    text-align:left;
    font-size:14px;
    line-height:20px;
}

div.jbox .jbox-content-loading {
    background-color: #e6e6e6
}

div.jbox .jbox-content-loading-image {
    background: url(images/jbox-content-loading.gif) no-repeat bottom center
}

div.jbox .jbox-button-panel {
    padding:5px 15px 10px
}

div.jbox .jbox-bottom-text {
    text-indent: 10px;
    color: #444
}

div.jbox .jbox-button {
    border: #ddd 1px solid;
    color: #333;
    border-radius: 3px 3px 3px 3px;
    margin-left:10px;
    height: 30px;
    line-height:30px;
    padding:0 15px!important;
    cursor: default;
    background:#fff;
}
div.jbox .jbox-button[value=ok]{
    background:#e8380d;
    color:#fff;
}
div.jbox .jbox-button-hover {
    background-position: 0 -20px;
    color: #666;
    opacity:0.9;
}

div.jbox .jbox-button-active {
    background-position: 0 -40px
}

div.jbox-warning .jbox .jbox-button-panel {
    background-color: #fff
}

div.jbox .jbox-tip-color {
    background:rgba(0,0,0,0.3);
    color: #fff
}

div.jbox span.jbox-icon {
    /*	background: url(images/jbox-icons.png) no-repeat scroll 0 0 transparent;
        _background: url(images/jbox-icons-ie6.gif) no-repeat scroll 0 0
            transparent*/
    display:none!important;
}

div.jbox span.jbox-icon-info {
    background-position: 0 0
}

div.jbox span.jbox-icon-question {
    background-position: -36px 0
}

div.jbox span.jbox-icon-success {
    background-position: -72px 0
}

div.jbox span.jbox-icon-warning {
    background-position: -108px 0
}

div.jbox span.jbox-icon-error {
    background-position: -144px 0
}

div.jbox span.jbox-icon-none {
    display: none;
    overflow: hidden
}

div.jbox span.jbox-icon-loading {
    display:block!important;
    top:15px!important;
    background: url(images/jbox-loading1.gif) no-repeat scroll 0 0
    transparent
}
.jbox-body{
    background:rgba(0,0,0,0.2);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7F000000', endColorstr='#7F000000');
}