﻿#errorMessage
{
    border-style: solid;
    border-width: 3px;
    background-color: #FFCCCC;
    color: #333333;
    border-top-color: #FF99CC;
    border-right-color: #FF99CC;
    border-bottom-color: #FF99CC;
    border-left-color: #FF99CC;
    font-family: Arial, Helvetica, sans-serif;
    padding: 4px;
    position: absolute;
    left: 0;
    top: 0;    
    z-index: 5000;
    width: 99%;
}    

#errorMessage span.heading 
{
    margin-left: 10px;
    font-size: 1.2em;
}

#errorMessage span 
{
    margin-left: 20px;
}

#errorMessage #closeBox
{
    position: absolute;
    top: 0;
    right: 0;
    border: 2px solid #FF99CC;
    font-family: Consolas;
    font-size: 1.2em;
    font-weight: 800;
    padding: 0 8px 2px 8px;
    background-color: red;
    color: White;
    cursor: pointer;
    margin-top: 1px;
    margin-right: 1px;
}    