﻿/*These classes are used for the modal popup forms */
.modalBackground 
{
	  background-color:Gray; 
	  filter:alpha(opacity=40);
	  opacity:0.4; 
} 

img.ModalSpacerGif
{
	margin-left:5px; 
	margin-right:5px;
	display: block;
}

.modalPopup 
{	
}

.ModalTopErrorPanel { background-color: yellow; border-bottom: solid 1px IndianRed; }
.ModalErrorMessage { background-color: yellow; border-bottom: solid 1px IndianRed; padding: 3px; }
.ModalErrorButton { width: 14px; height: 13px; border-width: 0px; padding-right: 5px; }