.formsHeading{
	margin: 20px 0px;
	width: inherit;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
	font-family: "WalkwayUltraBold";
	font-size: 20px;
}

h2{
	margin: 25px 0px;
/*	font-family: "WalkwayBold"; */
	font-size: 16px;
}

#formsCopy{
/*	font-family: "WalkwaySemiBold"; */
	font-size: 12px;
	line-height: 150%;
	
}

#formsGallery{
	margin: 0px 315px;
	width: 250px;
	text-align: center;
}
.downloadHolder{
	margin-bottom: 15px;
}
.downloadHeading{
	/*font-family:"Walkway"; */
	margin-bottom: 20px;
	font-size: 17px;
	letter-spacing: 1px;
}

.downloadFile{

}

.downloadFile a{
	padding: 3px 30px;
	border: 1px solid #eee;
	height: 20px;
	background-color: #f1f1f1;
	line-height: 1px;
	color: #000;
	font-family: "WalkwaySemiBold";
	font-size: 15px;
	text-decoration: none;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	cursor: pointer;
	transition: all 0.4s;
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
}

.downloadFile a:hover{
	color: #fff;
	background-color:#d22126;
	transition: all 0.4s;
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
}

