.error-div-alternative { 
	display: none; 
	width: 100%; 
	top: 0; 
	left: 0; 
	position: fixed; 
	z-index: 1000; 
	text-align: center; 
	font-size: 16px; 
	color: #fff; 
	padding: 20px 0 20px 0; 
	background-color: #E16D08; 
}
.error-input, .error-both .input, .error-same .input { 
	background-color: #fddfc4; 
	border-color: #E16D08; 
	color: #660000;
}
.error-div { 
	float: right; 
	margin: 7px 10px 0 0; 
	color: #935; 
	font-size: 10px; 
}
