body
{
	margin: 0px;
	font-family: verdana, arial, tahoma;
	font-size: 10px;
}
hr
{
	height: 1px;
	color: #EEEEEE;
	padding: 2px 0px 2px 0px; 
}
h1
{
	font-size: 18px;
	padding: 10px 0px 4px 0px; 
}
.errorTitleText
{
	color: #990000;
	border-bottom: 1px solid #CCCCCC;
}
.infoTitleText
{
	color: #3333FF;
	border-bottom: 1px solid #CCCCCC;
}
.errorShortDescText, .infoShortDescText
{
	font-size: 11px;
	padding: 4px 6px 6px 10px;
	border-bottom: 1px solid #CCCCCC;
}
.errorActionText
{
	font-size: 11px;
	font-weight: bold;
	padding-left: 25px;
}
.messageTable
{
	width: 550px;
	height: 220px;
	background-image: url(../images/message_bg.gif);
}

