#gform_wrapper_1 {
	float: left;
}

#gform_wrapper_1 form {
	margin-left: 0;
}

#gform_wrapper_1 ul {
	list-style: none; margin-left: 0;
}

#gform_wrapper_1 ul li {
	display: block;
	clear: both;
	margin-bottom: 20px;
}

#gform_wrapper_1 ul li label {
	float: left;
	width: 100px;
	font-family: 'Museosans', "helvetica neue", helvetica, arial, sans-serif;
	font-size: 18px;
	color: #000;
	text-align: right;
}

#gform_wrapper_1 ul li div.ginput_container {
	float: left;
	margin-left: 10px;
	padding-bottom: 20px;
}

#gform_wrapper_1 ul li div.ginput_container input {
	width: 314px;
}

#gform_wrapper_1 ul li div.ginput_container textarea {
	width: 314px;
	height: 84px;
}

#gform_wrapper_1 form { margin-bottom: 0; }

#gform_wrapper_1 .gform_footer {
	clear: both;
}

#gform_wrapper_1 .gform_footer input[type='submit'] {
	margin-left: 110px;
	padding: 6px 14px;
	background: #E44084;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#9bd14d), color-stop(100%, #568519));
	background: -moz-linear-gradient(top, #9bd14d, #568519 100%);
	background: -o-linear-gradient(top, #9bd14d, #568519 100%);
	background: linear-gradient(top, #9bd14d, #568519 100%);
	border: 0;
	-webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;

    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);

    font-family: 'MuseosansBold', "helvetica neue", helvetica, arial, sans-serif;
	font-size: 14px;
    color: #fff;
}

#gform_wrapper_1 ul li div.validation_message {
	clear: both;
	margin-top: -10px;
	margin-left: 110px;
}