﻿#dialog
{
    font-weight: bold;
    padding: 5px;
}

#dialog.error
{
    background-color: #ff0000;
}

#dialog.warning
{
    background-color: #ff9900;
}

#dialog.success
{
    background-color: #00cc33;
}
