﻿.Bulletin {
    clear: both;
    float: left;
    width: 95%;
    margin-left: 0px;
    padding: 15px;
    border: 3px solid #C7A0BD;
    -webkit-border-radius: 8px; /* support firefox */
    -moz-border-radius: 8px;
    border-radius: 8px;
    margin-bottom: 20px;
    font-family: 微軟正黑體;
}

    .Bulletin .Content {
        float: left;
        width: 100%;
        line-height: 25px;
    }

    .Bulletin .item .EventType {
        clear: right;
        float: left;
        color: #666666;
    }

    .Bulletin .item .title {
        font-weight: bolder;
        float: left;
        width: 100%;
        text-align: center;
        color: #000000;
        font-size:20pt;
        margin-top:-30px;

    }

    .Bulletin .item .ImpLevel {
        clear: right;
        font-weight: bolder;
        float: left;
        width: 100%;
        text-align: center;
        margin-top: 0px;
    }

    .Bulletin .item .ImpLevel_1 {
        color: #FF4500;
    }

    .Bulletin .item .ImpLevel_2 {
        color: #FF0000;
    }

    .Bulletin .item .No {
        clear: right;
        float: right;
        color: #666666;
        margin-top:10px;
    }

    .Bulletin .item .Date {
        clear: right;
        float: right;
        color: #666666;
        margin-top:10px;
    }

    .Bulletin .item .Author {
        clear: right;
        float: right;
        font-size: .85em;
        margin-top: 5px;
        color: #666666;
    }

     .Bulletin input[type="submit"] {
        color: #3366FF;
    }