.jsforms {
	position:relative;
}

.jsformmsg {
	padding:5px 8px;
	background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVQIW2NkYGA4AwAA1gDOIG8pFwAAAABJRU5ErkJggg==);
	color:white;
	z-index:9999999;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	position:relative;
	font-size:0.8em;
	line-height:14px;
}

.jsformmsg:before {
	/*background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVQIW2NkYGA4AwAA1gDOIG8pFwAAAABJRU5ErkJggg==);*/
	border:7px solid rgba(0,0,0,0.8);
	border-left-color:transparent;
	border-top-color:transparent;
	border-bottom-color:transparent;
	position:absolute;
	left:-14px;
	top:3px;
	content:"";
}

.jsformcheck {
	width:15px;
	margin-top:4px;
}

.jsformerror p {
	background:#d18343;
	color:white;
	padding:7px 0;
	text-align:center;
	margin:5px 0;
}