/*!
 jQuery Mobile fixedtoolbar polyfill for blacklisted browsers that don't natively support position:fixed
 Author @scottjehl
 Copyright 2012 Filament Group, Inc.
 License Dual MIT or GPLv2
*/
.ui-fixed-faux.ui-header-fixed,
.ui-fixed-faux.ui-footer-fixed {
	position: absolute;
}
.ui-header-fixed.ui-fixed-hidden.ui-fixed-faux {
	top: 0 !important;
}
.ui-footer-fixed.ui-fixed-hidden.ui-fixed-faux {
	bottom: 0 !important;
}