@charset "utf-8";
/* fade */
.jbox-fade {
    background-color: #000;
}
/* drag */
.jbox-drag {
    border: 1px dashed #A5C11B;
}
/* jbox */
div.jbox {
    padding: 0px;
    border: none;
    font-size: 12px;
}
/* border */
div.jbox .jbox-border {
}
/* container */
div.jbox .jbox-container {
    background-color: #fff;
}
/* title-panel */
div.jbox .jbox-title-panel {
    background: #0058ad;
}
div.jbox .jbox-title {
    font-weight: bold;
    color: #fff;
    font-size: 14px;
    font-family: "Microsoft YaHei", 微软雅黑;
    padding-left: 10px;
}
div.jbox .jbox-close,div.jbox .jbox-close-hover {
    width: 20px;
    height: 20px;
    margin-top: 8px;
    right: 15px !important;
    background: url(images/jbox-btn-close.png) no-repeat center;
    opacity: .8;
    filter: alpha(opacity=80);
}
div.jbox .jbox-close-hover {
    opacity: 1;
    filter: alpha(opacity=100);
    background-color: #0058ad;
}
/* content */
div.jbox .jbox-content {
    min-height: 24px;
    line-height: 30px;
    color: #333;
}
.jbox-tip .jbox-icon{
    margin-top: 5px
}

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;
}
/* button-panel */
div.jbox .jbox-button-panel {
    height: 45px;
    padding: 10px 0 10px 0;
    text-align: right;
    /* border-top:1px solid #ddd; */
    margin: 0 10px;
}
div.jbox .jbox-bottom-text {
    text-indent: 10px;
    color: #333;
}
div.jbox .jbox-button {
    background: #0058ad;
    /* background: -webkit-gradient(linear, left top, left bottom, from(#2893e6), to(#1a7cc9));
    background: -moz-linear-gradient(top, #2893e6, #1a7cc9);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2893e6', endColorstr='#1a7cc9'); */
    border: #0058ad 1px solid;
    color: #fff;
    /* border-radius:3px 3px 3px 3px; */
    margin: 1px 7px 0px 0px;
    height: 28px;
    /* line-height: 28px; */
    cursor: pointer;
    outline: 0;
    display: inline-block;
    font-size: 13px;
}
div.jbox .jbox-button-hover {
    /* background: #2879e5; */
    /* background: -webkit-gradient(linear, left top, left bottom, from(#287ae6), to(#1a66ca)); 
    background: -moz-linear-gradient(top, #287ae6, #1a66ca);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#287ae6', endColorstr='#1a66ca');*/
    opacity: 0.8;
    filter: alpha(opacity=80);
}
div.jbox .jbox-button-active {
    /* background: -webkit-gradient(linear, left top, left bottom, from(#005ab4), to(#175ea6)); 
    background: -moz-linear-gradient(top, #005ab4, #175ea6);
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#005ab4',EndColorStr='#175ea6');*/
}
.jbox-button-panel .btnBlue,.jbox-button-panel .btnBlue:hover {
    background: #0058ad;
    border: 0;
}
.jbox-button-panel .btnBlue span, .jbox-button-panel .btnBlue:hover span,.jbox-button-panel .btnBlue:active span {
    background: #0058ad;
}
div.jbox-warning .jbox .jbox-button-panel {
    background-color: #fff;
}
/* tip-color */
div.jbox .jbox-tip-color {
    background-color: #0058ad;
    border-color: #0058ad;
    border-radius: 3px 3px 3px 3px;
    color: #fff;
}
/* icons */
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;
    top: auto;
}
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 {
    background: url(images/jbox-loading1.gif) no-repeat scroll 0 0 transparent;
}

div.jbox .content {
    padding: 10px;
}
div.jbox .content p {
    margin-bottom: 5px;
}
