input.inpError {
	border: 1px solid #cc0000;
}

input.inpErrorLabel {
	color: #cc0000;
}

#formStatus {
	color: #fff;
	display: none;
	position: fixed;
	bottom: 0;
	width: 100%;
	text-align: center;
	z-index: 1000;
	left: 0;
	font-size: 14px;
	font-weight: bold;
	height: 45px;
	padding-top: 12px;
	background-color: #cc0000;
}

.ok#formStatus {
	padding-top: 12px;
	background-color: #016c27;
}

@media 	only screen and (max-device-width: 480px),
		only screen and (max-width: 680px) {

#formStatus {
	font-size: 1.25em;
	background-image: none;
	background-color: #cc0000;
	height: auto;
	padding: 0.8em;
}
	
}