@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}
html, body, form #sticky-footer-page-wrapper {
	height: 100%;
}
body > #sticky-footer-page-wrapper {
	height: auto;
	min-height: 100%;
}
#sticky-footer-page-container {
	padding-bottom: 32px;
}
#sticky-footer-footer-wrapper {
	position: relative;
	clear:both;
	width: 100%;
	height: 32px;
	margin-top: -32px; /* negative value of footer height */
	overflow: hidden;
}
/*---------------*/
/* clearfix hack */
/*---------------*/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */
