#popup_container {
    /*BORDER-RIGHT: #999 5px solid;*/
    /*BORDER-TOP: #999 5px solid;*/
    MIN-WIDTH: 366px;
    FONT-SIZE: 12px;
    BACKGROUND: #fff;
    MAX-WIDTH: 336px;
    /*BORDER-LEFT: #999 5px solid;*/
    COLOR: #000;
    /*BORDER-BOTTOM: #999 5px solid;*/
    FONT-FAMILY: Arial, sans-serif;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-family: 黑体;

}

#popup_title {
    height: 32px;
    -moz-border-top-left-radius: 5px;
    -moz-border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    /*BORDER-RIGHT: #fff 1px solid;*/
    PADDING-RIGHT: 0em;
    /*BORDER-TOP: #fff 1px solid;*/
    PADDING-LEFT: 0em;
    FONT-WEIGHT: bold;
    FONT-SIZE: 14px;
    BACKGROUND: url(images/title.png) #ccc repeat-x 50% center;
    PADDING-BOTTOM: 0em;
    MARGIN: 0em;
    /*BORDER-LEFT: #fff 1px solid;*/
    CURSOR: default;
    COLOR: #666;
    LINE-HEIGHT: 1.75em;
    PADDING-TOP: 0em;
    BORDER-BOTTOM: #999 1px solid;
    TEXT-ALIGN: center
}

#popup_content {
    /*PADDING-RIGHT: 1.75em;*/
    /*PADDING-LEFT: 1.75em;*/
    /*BACKGROUND: url(images/info.gif) no-repeat 16px 16px;*/
    /*PADDING-BOTTOM: 1em;*/
    MARGIN: 0em;
    PADDING-TOP: 1em
}

/*.alert#popup_content {*/
    /*BACKGROUND-IMAGE: url(images/info.gif)*/
/*}*/

/*.confirm#popup_content {*/
    /*BACKGROUND-IMAGE: url(images/important.gif)*/
/*}*/

/*.prompt#popup_content {*/
    /*BACKGROUND-IMAGE: url(images/help.gif)*/
/*}*/

#popup_message {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 20px;

    PADDING: 10px;
    /*border: 1px solid red;*/
}

#popup_panel {
    -moz-border-bottom-left-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top:1px solid #cccccc ;
    color: #ffffff;
    /*MARGIN: 1em 0em 0em 1em;*/
    TEXT-ALIGN: center;
    padding: 7px;
    /*border: 2px solid red;*/
    /*width: 366px;*/
    /*margin-bottom: 2px;*/
    height: 46px;
    /*line-height: 46px;*/
    background-color: #edf1f6;

}

#popup_prompt {
    MARGIN: 0.5em 0em;

}
#popup_ok{
    text-align: center;
    text-shadow:none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #47a0e5;
    height: 50px;
    width: 165px;
    color: #ffffff;
    font-size: 16px;
    height: 30px;
    border: none;
    width: 102px;

}
#popup_cancel{
    text-align: center;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    height: 50px;
    border: none;
    width: 165px;
    color: #ffffff;
    font-size: 16px;
    height: 30px;
    border: none;
    width: 102px;
 }



.opacity_bg {
    /*display: none;*/
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10001;
    width: 100%;
    height: 100%;
    background: #000000;
    -moz-opacity: 0.5;
    opacity: .50;
    filter: alpha(opacity=50);
}
input[type="button"]{
    padding: 0px;
    appearance:button;
    -moz-appearance:button; /* Firefox */
    -webkit-appearance:button; /* Safari 和 Chrome */
    /*padding-top: 1px;*/
    /*padding-right: 6px;*/
    /*padding-bottom: 1px;*/
    /*padding-left: 6px;*/
    box-sizing: inherit;
    cursor:hand;
}
/*重写bootstap*/
.alert {
    padding: 0px;
    margin-bottom: 0px;
    border: none;
    border-radius: 0px;
}