div#fancyFormContainer {
	position: relative;
}

div#fancyFormContent {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

div#fancyFormStatus {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: none;
	background: url(/etc/img/accept.png) no-repeat center top;
}

div#fancyFormLoading {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: none;
	background: url(/etc/img/ajax-loader.gif) no-repeat center top;
}

p#fancyFormMessage {
	margin-top: 150px;
	text-align: center;
	font-weight: bold;
}
