﻿/* msg box */
div#msgBox
{
    margin:0;
    padding:0;
    height:30px;
    text-align:center;
    font-weight:bold;
    border-bottom: 1px solid white;    
}

#msgBox div.left
{
    height:30px;
    padding:0;
    margin:0;
    float:left;
    width: 90%;    
    text-align: center;    
}

#msgBox div.right
{
    height:30px;
    padding:0;
    margin:0;
    float:right;    
    width:10%;    
}

div.error
{
    color:White;
    background-color:Red;
}

div.message
{
    color:white;
    background-color:Blue;    
}