html,
body {
	height: auto;
}

body {
	background-image: none;
}

#modal {
	position: relative;
	left: 0 !important;
	top: 0 !important;
	width: 100%;
	height: auto !important;
	margin: 0;
	padding: 0;
	border-width: 0;
	height: 100%;
}

.jqmOverlay,
#global,
#modal .button {
	display: none;
}

#showFooter {
	visibility: visible;
	position: fixed;
	bottom: 0;
	width: 100%;
	border-top: 2px solid #184C99;

}
