﻿/* MESSAGE BOARD */

.BoardPanel td
{
    padding: 2px;
}

.BoardPanel .TextBoxField, .BoardPanel .TextAreaField
{
    width:300px;
}

.ModalPanel
{
    background-color:#eeeeee;
    border:solid 1px #000000;
    padding:10px;
}

.ModalPanel .PageTitle
{
    color:#A9161B;
    font-weight:bold;
    text-transform:uppercase;
}

