#content
{
	width: 300px;
	margin: 0 auto;
	text-align: center;
}

div#ackSend
{
	position: absolute;
	top: 50px;
	left: 100px;
	background: rgba(200,200,200,0.95);
	border: 1px solid #012345;	
	display: none;
	padding: 10px;
}

label.error
{
    display: none !important;
}

input.error
{
    box-shadow: 0 0 2px #f00;
    border: 1px solid #f00;
}

div.inversion
{
    font-family: Calibri;
    font-variant: small-caps;
    width: 1050px;
    margin: 0 auto;
    text-align: right;
}