.nmControl{
  position: relative;
}
.nmControl .nmContent{
   list-style: none outside none;
    margin: 0;    
    padding: 0;
    position: relative;
    text-align: left;
    display: inline;
}
.nmControl .nmContent li{
	
}
 
.nmControl .Validation 
{
	background:  #fff url('/Style Library/Images/icon_removeRed.png') no-repeat center left !important;
	color:#CD0A0A;
}

.nmControl .Information 
{
	background: #fff url('/Style Library/Images/icon_infoBlue.png') no-repeat center left !important;
	color:#39F;
}

.nmControl .Warning 
{
	background:#fff url('/Style Library/Images/icon_attentionOrange.png') no-repeat center left !important;
	color:#FC0;
}

.nmControl .Error 
{  
	background: #fff url('/Style Library/Images/icon_removeRed.png') no-repeat center left !important;
	color:#CD0A0A;
}
.nmControl .Misc 
{  
	background-color: #FFF !important;
	color:#000;
}