#divResult {
	display: block;
	width: 574px;
	margin: 0px 0px 3px 2px;
	padding: 0px;
}
#divResult * {
	font-family: Verdana, "Geneva CE", lucida, sans-serif;
	font-size: 9pt;
	color: #ffffff;
	font-weight: bold;
}
div.Success {
	background-color: #009600;
}
div.Information {
	background-color: #317bb5;
}
div.Warning {
	background-color: #ff9900;
}
div.Error {
	background-color: #de0818;
}
#divResult table.message {
	width: 100%;
	border: 0px;
	padding: 0px;
	background-color: transparent;
}
#divResult table.message td {
	padding: 0px;
	background-color: transparent;
}
#divResult table.message td.icon {
	width: 68px;
}
#divResult table.message td.message {
	text-align: center;
}
#divResult table.message td.more {
	width: 20px;
	padding-right: 6px;
	white-space: nowrap;
	font-size: 8pt;
	font-weight: normal;
	text-align: right;
	vertical-align: middle;
}
#divResult table.message td.items {
	padding: 2px;
}
#divResult table.message td.items table {
	width: 100%;
	background-color: #FFFFFF;
	border: 0px;
	border-collapse: collapse;
}
#divResult table.message td.items table td {
	border: solid 1px #e6e6e6;
	padding: 2px;
	color: #000000;
	font-size: 8pt;
	vertical-align: top;
}
#divResult table.message td.items table td.position {
	width: 2%;
	border-left: none;
	text-align: center;
}
#divResult table.message td.items table td.text {
	width: 90%;
}
#divResult table.message td.items table td.type {
	width: 8%;
	border-right: none;
	text-align: center;
}
#divResult table.message td.items table tr.first td {
	border-top: none;
}
#divResult table.message td.items table tr.last td {
	border-bottom: none;
}