@charset "utf-8";

.boxy-wrapper {
    position: absolute;
}

.boxy-wrapper * {
    font-family: "微软雅黑";
}

.boxy-wrapper.fixed {
    position: fixed;
}

.boxy-modal-blackout {
    position: absolute;
    left: 0;
    top: 0;
}

.boxy-wrapper {
    empty-cells: show;
    border: 1px solid #FF7E00;
    border-radius: 4px;
}

.boxy-wrapper .title-bar {
    background:url(../images/boxy/boxy_title.jpg?20161125) #f0f0f0 repeat-x;
    padding: 10px 6px;
    position: relative;
    border-radius: 4px;
}

.boxy-wrapper .title-bar.dragging {
    cursor: move;
}

.boxy-wrapper .title-bar h2 {
    font-size: 14px;
    color: #6B6B6B;
    line-height: 1;
    margin: 0;
    padding: 0;
    font-weight: normal;
}

.boxy-wrapper .title-bar .close {
    position: absolute;
    top: 4px;
    right: 5px;
    text-decoration: none;
    background: url(../images/v4/close.png?20161125) no-repeat;
    width: 25px;
    height: 25px;
    background-size: 25px auto;
}

.boxy-wrapper .title-bar .close:hover { }

.boxy-inner {
    background-color: white;
    padding: 0;
    vertical-align: top;
    border-radius: 4px;
}

.boxy-content {
    padding: 10px;
}

.boxy-wrapper .question {
    width: 350px;
    min-height: 60px;
    font-size: 12px;
    line-height: 24px;
    text-align: left;
    color: #333333;
    word-wrap: break-word;
}

.boxy-wrapper .question a {
    color: #0066FF;
}

.boxy-wrapper .immedi_login {
    font-weight: bold;
}

.boxy-wrapper .answers {
    text-align: right;
    display: block;
}

.boxy-btn1, .boxy-btn2, .boxy-btn3, .boxy-btn4{
    padding: 7px 12px;
    border:none;
    cursor: pointer;
    overflow: visible;
    border-radius: 4px;
    font-size: 14px;
}

.boxy-btn1 {
    background-color:#FF7F00;
    border-color: #FF7F00;
    color: white;
}

.boxy-btn1:active {
    color: #fff;
}

.boxy-btn2 {
    background-color: #ECE9D8;
    border-color: #eeeeee #bbbbbb #bbbbbb #eeeeee;
    color: #333333;
}

.boxy-btn3 {
    background-color: #EAEAEA;
    border-color: #EAEAEA #aaaaaa #aaaaaa #EAEAEA;
    color: #333333;
}

.boxy-btn4 {
    background: url("../images/v4/close.png?20161125") no-repeat;
    width: 35px;
    height: 30px;
    border: none;
    display: inline-block;
    text-indent: 50px;
    position: relative;
    top: 5px;
    right: 5px;
    cursor: pointer;
}

.boxy_inner_tips {
    margin-top: 20px;
    display: block;
    padding: 15px;
    font-size: 14px;
    min-height: 60px;
    border-radius: 4px;
}
.boxy_inner_tips a {
    cursor: pointer;
    font-size: 14px;
    line-height: 25px;
}
