@charset "utf-8";
/* CSS Document */
.formContainer{
	width:100%;
	height:auto;
	float:left;
	font-family: 'Roboto', sans-serif;
	font-size:12px;
	color:#727272;
	font-weight:400;
}
.formContainer h1{
	font-family: 'Roboto', sans-serif;
	font-size:20px;
	color:#727272;
	text-transform:uppercase;
	font-weight:400;
	font-style:normal;
	margin:0 0 10px 0;
	width:100%;
	height:auto;
}