body {
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 150%;
	background: #eee;
	position: relative;
	height: 100%;
}
.headerContainer,
.bodyContainer,
.footerContainer {
	max-width: 960px;
	margin: 0 auto;
	background: #FFF;
}
.padding {
	padding: 20px;
}
.bodyContainer {
	min-height: 500px;
}
a.apply-form {
	display: none;
	height: 40px;
	width: 90px;
	text-indent: -9999px;
	position: fixed;
	z-index: 9999;
	right: 20px;
	bottom: 50%;
	background:url("/1/PA_esf-ca-app-content/content/indonesia/wabform/startsekarang/images/apply-btn.png") no-repeat center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
a:hover.form {
	/*background-color: #000;*/
}


@media screen\0, screen and (min-width: 992px) {
.apply-form{
	display:none !important;
}
}