@CHARSET "UTF-8";

#content p {
	position: absolute;
	left: 545px;
	top: 52px;
	white-space: nowrap;
	color: white;
	font-size: 20px;
}

#content input {
	padding: 0px;
	margin: 0px;
	margin-left: 14px;
	margin-right: 14px;
	border: 0px solid white;
	width: 94px;
	font-family: Asap, sans-serif;
	font-weight: bold;
	font-size: 50px;
	line-height: 55px;
	vertical-align: middle;
	text-align: center;
	background: transparent;
}

#content #advice-validate-digits-alter.validation-advice {
	float: left;
	margin-top: 5px;
	font-weight: normal;
	color: inherit;
	width: inherit;
	background-color: red;
}