﻿#messageInitiator
{
   display: none;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   width: 16px;
   height: 16px;
   background-repeat: no-repeat;
}
#messageInitiator.info
{
   display: block;
   background-image: url(/res/images/info_small.png);
}
#messageInitiator.error
{
   display: block;
   background-image: url(/res/images/error_small.png);
}
#messageBox {
   margin: 0 0 0 0;
   padding: 20px 0 0 4.5em;
   width: 680px;
   display: none;
   position: absolute;
   z-index: 10;
   font-size: small;
   background-repeat: no-repeat;
   background-position: left;
	background-color: #bfd9ff;
   text-align: left;
	color: #000066;
   border-left: 5px solid #bfd9ff;
   border-top: 2px dashed #00a;
   border-bottom: 2px dashed #00a;
}
#messageBox.info {
   min-height: 3em;
   background-image: url(/res/images/info.png);
}
#messageBox.error {
   min-height: 3em;
   background-image: url(/res/images/error.png);
}
