﻿#internal-module-alerts {
    border: 1px solid #e5e5e5;
    border-top: none;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    margin: -10px 0 10px 0;
    padding: 5px 5px 5px 8px;
}

#internal-module-alerts .header {
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    color: #DB0000;
}

#internal-module-alerts .message {
    padding: 5px;
}