/** WDP AJAX Comments Default stylesheet */


.wdpajax-error{ 
	border:1px solid #f00; 
	padding:5px; 
	color:#4d2d07;
	font: 14px/1.8em  Georgia, "Times New Roman", Times, serif;
}

.wdpajax-success{ 
	background:#d09f58; 
	padding:5px; 
	color:#000;
	font: 14px/1.8em  Georgia, "Times New Roman", Times, serif;
}

.wdpajax-loading{
	background:#d09f58;
	color: #000;
	padding:5px;
	font: 14px/1.8em  Georgia, "Times New Roman", Times, serif;
}

label.error{ 
	float:none !important; 
	padding-left:5px; 
	color:#4d2d07; 
	font: bold 14px/1.8em  Georgia, "Times New Roman", Times, serif;
}
