


.confirmSuccess
{
	background:url(/images/v2/checkmark.gif) no-repeat;
	color: #009900;
	font-size: 8pt;
	font-weight: bold;
	padding: 1px 0 1px 16px;
}

.confirmFailure
{
	background: url(/images/v2/exception16px.gif) no-repeat;
	color: red;
	font-size: 8pt;
	font-weight: bold;
	padding: 0px 0 0px 20px;
	height: 16px;
}
