﻿.FormWrapper{}
.TitleBg {
    background-color: #330000;
    font-size: 13px;
    font-weight: bold;
    color: #ff6600;
    height: 25px;
    text-align: center;
}
.DarkBg {
    background-color: #330000;
    font-weight:bold;
    font-size: 13px;
}
.LightBg {
    background-color: #323e4c;
}
.ResultBg {
    background-color: #330000;
    font-weight:bold;
}
.FeedbackTextBox, .FeedbackMessageTextBox {
    width: 250px;
    font: normal 12px Arial;
    color: #333;
    background-color: #ccc;
} 