﻿/* The enclosing div for the whole frame containing the page message. */
#DivMessage {
	position:absolute;
	top: 0px;
	left: 0px;
	right:  617px;
	padding-left: 6px;
	background-image: url('CommonGraphics/MainMsgBackground.jpg');
}


/* The frame containing the actual page message is all done with tables.  The
   standard table format is:  */
#TableMessage {
	width: 617px;
	top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 18px;
	background-repeat: repeat; 
	text-align: left;
	z-index: 0;
	visibility: visible;
}