@CHARSET "UTF-8";
body {
    _background-attachment: fixed;
    _background-image: url(about:blank);
}

.sun-confirm-modal {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 90000;
    _position: absolute;
    _top: expression(eval(document.documentElement.scrollTop));
    _left: expression(eval(document.documentElement.scrollLeft));
    background: #202020;
    opacity: 0.01;
    filter: Alpha(opacity = 1);
}

.sun-confirm-container {
    position: fixed;
    top: 50%;
    left: 50%;
    _position: absolute;
    _top: expression(eval(document.documentElement.scrollTop));
    _left: expression(eval(document.documentElement.scrollLeft));
    width: 360px;
    height: 200px;
    margin-left: -180px;
    margin-top: -100px;
    background-color: #F0F0F0;
    border: 1px solid #C00000;
    z-index: 90000;
    overflow: hidden;
    -webkit-box-shadow: 0 0 4px #909090;
    -ms-box-shadow: 0 0 4px #909090;
    -moz-box-shadow: 0 0 4px #909090;
    box-shadow: 0 0 4px #909090;
}

.sun-confirm-container .sun-confirm-title {
    position: absolute;
    width: 100%;
    height: 28px;
    top: 0;
    left: 0;
    border-bottom: 1px solid #A0A0A0;
    background-color: #C00000;
    cursor: move;
}

.sun-confirm-container  .title-absolute {
    position: absolute;
    top: 0;
    left: 6px;
    width: 100%;
    height: 28px;
    overflow: hidden;
    line-height: 28px;
    font-size: 14px;
    color: #F0F0F0;
    font-weight: bold;
    cursor: move;
}

.sun-confirm-container  .sun-confirm-title img {
    position: absolute;
    top: 4px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.sun-confirm-container  .sun-confirm-content {
    position: absolute;
    top: 29px;
    left: 0;
    width: 100%;
    height: 107px;
    overflow: hidden;
    line-height: 123px;
}

.sun-confirm-container  .sun-confirm-content img {
    vertical-align: middle;
    width: 32px;
    height: 32px;
    margin: 0 0 0 24px;
}

.sun-confirm-container  .sun-confirm-content span {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 16px;
    width: 280px;
    line-height: 18px;
    font-family: serif;
    font-size: 14px;
    color: #606060;
}

.sun-confirm-container .sun-confirm-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 64px;
}

.sun-confirm-container .sun-confirm-btn {
    display: block;
    text-decoration: none;
    width: 88px;
    height: 32px;
    position: absolute;
    top: 10px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 32px;
    border: 1px solid #F0F0F0;
    font-family: "Microsoft YaHei", "微软雅黑", serif;
    letter-spacing: 2px;
}

.sun-confirm-container .sun-confirm-sure {
    left: 80px;
    color: #F0F0F0;
    background-color: #C00000;
}

.sun-confirm-container .sun-confirm-cancel {
    right: 80px;
    color: #404040;
    background-color: #D0D0D0;
}

.sun-confirm-container .sun-confirm-sure:hover {
    border: 1px solid #C00000;
}

.sun-confirm-container .sun-confirm-cancel:hover {
    border: 1px solid #C00000;
}