.roundB {
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
}
.roundBtop {
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
}

.roundM {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.announcement {
        padding: 4px;
        width: 98%;
        margin: 10px auto;
        text-align: center;
        color: #f9f9f9;
}

.announcement a {
        color: #f9f9f9;
}

.a1 {
        background: #0a0a0a url(../../../images/Granite/board_message_bg1.png) repeat-x bottom left;
        border-top: 1px solid #333;
        border-left: 1px solid #333;
        border-bottom: 1px solid #333;
        border-right: 1px solid #333;
}

.a2 {
        background: #0a0a0a url(../../../images/Granite/board_message_bg2.png) repeat-x bottom left;
        border-top: 1px solid #333;
        border-left: 1px solid #333;
        border-bottom: 1px solid #333;
        border-right: 1px solid #333;
}

.a3 {
        background: #0a0a0a url(../../../images/Granite/board_message_bg3.png) repeat-x bottom left;
        border-top: 1px solid #333;
        border-left: 1px solid #333;
        border-bottom: 1px solid #333;
        border-right: 1px solid #333;
}