﻿.instruction
{
    margin:15px 30px 15px 30px;
    padding:10px 10px 30px 60px;
    background-image:url(icons/instr.gif);
    background-position:left top;
    background-repeat:no-repeat;
    border:1px solid #CFCFCF;
    color:Gray;
}

.instruction B
{
    color:Black;
}

.errorMessage
{
    margin:25px 30px 25px 30px;
    padding:10px 10px 50px 80px;
    background-image:url(icons/excl.gif);
    background-position:left top;
    background-repeat:no-repeat;
    border:1px solid #CFCFCF;
    color:#444444;
}

.accessDenied
{
    text-align:center;
    height:600px;
    padding-top:50px;
}

.accessDenied DIV
{
    text-align:left;
    background-image:url(icons/stop.gif);
    background-position:left top;
    background-repeat:no-repeat;
    padding:10px 10px 40px 80px;
    margin:auto;
    width:600px;
    border:1px solid #CFCFCF;
}

.accessDenied DIV H1
{
    color:#5555AA;
    font-size:16pt;
    font-weight:bold;
    margin:0px;
    margin-bottom:20px;
}


