/** WDP AJAX Comments Default stylesheet
http://webdeveloperplus.com/wordpress/new-wordpress-plugin-wdp-ajax-comments/ **/
.wdpajax-error{ 
	border:1px solid #f9d9c9; 
	padding:5px; 
	color:#ff3311; 
	font-size:10px;
	margin-bottom:10px;
	width:210px;
}
.wdpajax-success { 
	border:1px solid #733673;
	color:#220069;
	font-size:10px;
	margin-bottom:10px;
	padding:5px;
	width:210px;
}
.wdpajax-loading{
	background:#f0f0f0;
	padding:5px;
}
label.error { 
	float:none !important; 
	padding-left:5px; 
	color:#ff3311; 
	position:absolute;
	left:110px;
	top:3px;
	font-size:10px;
	text-align:right;
	width:110px;
}

#commentform p {
	position:relative;
}


