.lblComment
{
	font-weight: normal;
	font-size: 8pt;
	font-style: normal;
	font-family: Tahoma;
	height: 20px;
	background-color: transparent;
	text-align: center;
	font-variant: normal;
	
}
.lblHeadLine
{
    font-weight: bold;
	font-size: 8pt;
	font-style: normal;
	font-family: Tahoma;
	background-color: transparent;
	text-align: center;
	font-variant: normal;
	
}
.lblError
{
	border-right: #ffff99 thin solid;
	border-top: #ffff99 thin solid;
	font-weight: normal;
	font-size: 10pt;
	border-left: #ffff99 thin solid;
	color: #ffffff;
	border-bottom: #ffff99 thin solid;
	font-family: Tahoma;
	background-color: #ff0000;
}
.lblMessage
{
	border-right: #ff0000 thin solid;
	border-top: #ff0000 thin solid;
	font-weight: bold;
	font-size: 12pt;
	border-left: #ff0000 thin solid;
	color: #ff0000;
	border-bottom: #ff0000 thin solid;
	font-family: Tahoma;
	background-color: snow;
}

.lblWarningMessage
{
	border-right: #660099 thin solid;
	border-top: #660099 thin solid;
	font-weight: normal;
	font-size: 10pt;
	border-left: #660099 thin solid;
	color: #660099;
	border-bottom: #660099 thin solid;
	font-family: Tahoma;
	background-color: lightsteelblue;
}
.lblOkMessage
{
	border-right: #3366cc thin solid;
	border-top: #3366cc thin solid;
	font-weight: bold;
	font-size: 8pt;
	border-left: #3366cc thin solid;
	color: #0033cc;
	border-bottom: #3366cc thin solid;
	font-family: Tahoma;
	background-color: snow;
}
.lblNoMessage
{
	border-right: #ff0000 thin solid;
	border-top: #ff0000 thin solid;
	font-weight: bold;
	font-size: 8pt;
	border-left: #ff0000 thin solid;
	color: #ff0000;
	border-bottom: #ff0000 thin solid;
	font-family: Tahoma;
	background-color: snow;
}
