.notCorrect{
	outline: 2px solid red;
	outline-offset: -2px;
	background-image:url(../img/error.png);
	background-repeat: no-repeat;
	background-position: 2px 2px;
}
.afterSend {
	text-align:center;
	/*padding:50px 0 0 0;*/
	font-size:16px;
	line-height:20px;
	color: rgb(0, 0, 0);
	
}

.afterSend span {
	font-size:24px;
}
