﻿/*

Style sheet for DialogBoxes

*/

.msgInfo
{
    background-image: url('../Images/Info.png');
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 48px;
}

.msgError
{
    background-image: url('../Images/Error.png');
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 48px;
}

.msgWarning
{
    background-image: url('../Images/Warning.png');
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 48px;
}

.msgQuestion
{
    background-image: url('../Images/Question.png');
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 48px;
}
