﻿
/*2017/2/7 add*/
#BulletinDialog {
    /*width: 60%;*/
    /*max-width:930px;*/
    width: 930px;
    padding: 25px 30px 25px 30px;
    margin-left: auto;
    margin-right: auto;
    border: #C0C0C0 1px solid;
    border-radius: 10px;
    background-color: rgba(0,0,255,0.035);
    /*background-color:#f6f6f6;*/
    background-repeat: repeat;
    -webkit-box-shadow: 0px 15px 10px -8px rgba(0,0,0,.5);
    -moz-box-shadow: 0px 15px 10px -8px rgba(0,0,0,.5);
    box-shadow: 0px 15px 10px -8px rgba(0,0,0,.5);
    position: relative !important;
}

.div_Bulletin_Style {    
    /*border: #808080 2px solid;*/
    width:930px;  
    position:relative!important;   
}
