﻿A {
	FONT-SIZE: 12px; COLOR: #990000; FONT-FAMILY: Tahoma, "AvantGarde Bk BT", Arial; TEXT-DECORATION: none
}
A:hover {
	FONT-SIZE: 12px; COLOR: #006699; FONT-FAMILY: Tahoma, "AvantGarde Bk BT", Arial
}

#mainContainerB{
		width:100%;
		margin:0 auto;
		
	}
	
	/* Alternative layout for the message box - used by one of the messages */
	
	.modalDialog_contentDiv_error{
		border:3px solid #FFF;	
		padding:2px;
		z-index:100;/* Always needed	*/
		position:absolute;	/* Always needed	*/
		background-color:#F00;	/* White background color for the message */
		color:#FFF;
	}
	.modalDialog_contentDiv_error a{
		color:#FFF;
	}