
.info {
	margin-left : 6px;
	text-align: left;
	padding: 8px;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	position: absolute;
	display: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: -1px 1px 2px #a9a9a9;
	-moz-box-shadow: -1px 1px 2px #a9a9a9;
	box-shadow: -1px 1px 2px #a9a9a9;
}

.error {
	background: #f60000;
	

}

.error:after{
	content: "";
	width: 0px;
	height: 0px;
	left: -14px;
	top: 4px;
	position: absolute;
	border: 5px solid transparent;
	border-right: 9px solid #f60000;
    
}

.correct{
border-radius: 50%;
line-height: 8px;
border: none;
width: 8px;
height: 8px;
font-size: 10px;
background: #15d95a;
text-align: center;
}

.wrong {
	font-weight: bold;
	color: #e90000;
}

.normal {
	font-weight: normal;
	color: #222;
}

