.ajaxInlineErrMsg
{
	margin-top: 18px;
	font-family: Verdana, Geneva, sans-serif;
	background-image: url(//d1nggpbg1tzlt9.cloudfront.net/_inc/images/formFramework/error.gif);
	background-position: right;
	background-repeat: no-repeat;
	background-color: #ffe3e3;
	border: 1px solid #cc0000;
	color: #a10000;
	padding: 8px 60px 8px 8px;
	margin-bottom: 18px;
	font-size: 12px;
	line-height: 18px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	position: relative;
}

.ajaxInlineErrMsg ul {
	margin: 0 0 0 16px;
	padding: 0;	
}

.ajaxInlineAlertMsg
{
	margin-top: 18px;
	font-family: Verdana, Geneva, sans-serif;
	background-image: url(//d1nggpbg1tzlt9.cloudfront.net/_inc/images/formFramework/info.gif);
	background-position: right;
	background-repeat: no-repeat;
	background-color: #fdffe3;
	border: 1px solid #cacc00;
	color: #a17d00;
	padding: 8px 60px 8px 8px;
	margin-bottom: 18px;
	font-size: 12px;
	line-height: 18px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	position: relative;
}
.ajaxInlineConfirmMsg
{
	font-family: Verdana, Geneva, sans-serif;
	background-image: url(//d1nggpbg1tzlt9.cloudfront.net/_inc/images/formFramework/success.gif);
	background-position: right;
	background-repeat: no-repeat;
	background-color: #e8ffe3;
	border: 1px solid #26cc00;
	color: #26a100;
	padding: 8px 60px 8px 8px;
	margin-bottom: 18px;
	font-size: 12px;
	line-height: 18px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	position: relative;	
}

.ajaxInlineInfoMsgSml
{
	background-color:#CCFFFF;
	border:1px solid #3300CC;
	color:#3300CC;
	padding:10px;
	font-size:12px;
	font-weight: bold;
}