.tooltipster-error {
	border-radius: 5px;
/*	
	background: #ffbabc;
	background-color: rgba(255, 226, 227, 0.6);	
*/
	background-color: rgba(255, 245, 206, 0.75);	
	box-shadow: 0px 0px 14px rgba(0,0,0,0.75);
	color: red;
/*	
	border: 1px solid red;
*/	
}
.tooltipster-error .tooltipster-content {
	font-family: 'Arial', sans-serif;
	font-size: 14px;
	line-height: 16px;
	padding: 8px 10px;
}