.main {}

.FormFooter {
	position: fixed;
	width: 100vw;
	bottom: 0;
	overflow: hidden;
	/*background-color: #000;*/ 
	/*color: #FFF;*/
	transition: all 1s;
	z-index:300;
}
.FormFooter.Close {
	transform:translateY(100%);
}
.FormFooter .FormFooter-Container {
	margin: 0 auto;
	max-width:1105px;
}
.FormFooter .FormFooter-Text {
	display:inline-block;
	text-align:left;
	padding:10px;
}
.FormFooter .FormFooter-Buttons {
	display:inline-block;
	padding-left:10px;
}
.FormFooter .FormFooter-Buttons .FormFooter-Button-Close:hover {
	cursor:pointer;
}