#form-header {
	height: 40px;
	line-height: 40px;
	width: 465px;
	padding-left: 2%;
	border-top-left-radius : 10px;
	border-top-right-radius : 10px;
}
.form-row, .form-submit {
	margin-left: 2%;
	margin-right: 2%;
	font-family: "arial";
	font-size: 120%;
	padding-top:5px;
}
.form-row input {
	border-radius: 8px;
	font-size: 15px;
	padding: 5px;
}
.form-button {
	color: #FFF;
	text-align: center;
	height: 40px;
	line-height: 40px;
	width: 475px;
	margin-top:20px;
	border-bottom-left-radius : 10px;
	border-bottom-right-radius : 10px;
	border: none;
	cursor: pointer;
	font-weight: bold;
	font-size: 19px;
}
.form-button:hover {
	color: #eee;
}
.fundraising {
	background-color: #4F6F2D;
}
#fundraising-page {
	width: 475px;
	background-color: #78A548;
	border-radius: 10px;
}
#fundraising-form {
	background-color: #78A548;
	color : #FFF;
	border-radius: 10px;
}
.franchising {
	background-color: #8B2D5F
}
#franchising-page {
	width: 475px;
	background-color: #C34286;
	border-radius: 10px;
}
#franchising-form {
	background-color: #C34286;
	color : #FFF;
	border-radius: 10px;
}
.birthday {
	background-color: #195BA5
}
#birthday-page {
	width: 475px;
	background-color: #5D94D6;
	border-radius: 10px;
}
#birthday-form {
	background-color: #5D94D6;
	color : #FFF;
	border-radius: 10px;
}
#splash-right {
	float: right;
	width: 255px;
}
#map {
	width: 500px;
	height: 350px;
}
#mapDirections {
	width : 500px;
	height : 300px;
	margin-top: 10px;
	overflow-y : scroll;
}
#socialMediaBar {
	background-image : -webkit-linear-gradient(top, #DDD, #BBB, #DDD);
	width : 100%;
	height : 30px;
	position : fixed;
	bottom : 0;
}
.fb-like {
	position : relative;
	left : 20px;
}
.twitter-share-button {
	top : 5px;
	position : relative;
}