input {
	outline:none;
}

.invalid {
	border: 5px solid rgba(255, 0, 0, 0.7);
}

input, textarea{
	width: 200px;
}

.error{
padding-left:10px;
color: #543641;
z-index:22;
	position: absolute;
	width: 240px;
	height: 30px;
	text-align: left;
	line-height: 30px;

	display: inline-block;
	vertical-align: top;
	background: #ebf5ff;
	border: 1px solid #b1d3f5;
}

/*.error::before{
	content: url(./corner.gif);
	width: 13px;
	height: 6px;
	position: absolute;
	top: 2px;
	left: -10px;
}*/

#results2{
font-size: 22px;
color: white;
width: 400px;
margin: 0 auto;}


#results{

font-size: 16px;
color: white;
}