





p.success,p.fail,p.warning,p.new_site_visitor {
	position: static;
	margin: 0 0 9px 0;
	padding: 5px 5px 5px 35px;
}


p.success {
	border: 2px #006600 solid;
	background: #DFF4E0 url('/images/icon-tick.gif') 8px 50% no-repeat;
    
  		
		padding: 5px 5px 5px 38px;
	
}

p.fail {
	border: 2px #C53A3A solid;
	background: #FFECEC url('/images/icon-cross.gif') 8px 50% no-repeat;
    
  		
		padding: 5px 5px 5px 38px;
	
}

p.warning {
	border: 2px #FF8000 solid;
	background: #FFF0D2 url('/images/icon-info.gif') 8px 50% no-repeat;
    
  		
		padding: 5px 5px 5px 38px;
	
}

p.new_site_visitor {
	border: 2px #dddddd solid;
	background: #ffffff url('/images/icon-welcome.gif') 8px 50% no-repeat;
    
  		
		padding: 5px 5px 5px 88px;
	
}
