
#release_form{
	max-width:800px;
	margin:0 auto;
}

#release_form h1{
	font-size:30px;
	margin-bottom:30px;
}


#release_form input[type="submit"]{
	background: -moz-linear-gradient(-45deg, rgba(12,158,220,1) 0%, rgba(62,176,117,1) 100%);

	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(12,158,220,1)), color-stop(100%, rgba(62,176,117,1)));

	background: -webkit-linear-gradient(-45deg, rgba(12,158,220,1) 0%, rgba(62,176,117,1) 100%);

	background: -o-linear-gradient(-45deg, rgba(12,158,220,1) 0%, rgba(62,176,117,1) 100%);

	background: -ms-linear-gradient(-45deg, rgba(12,158,220,1) 0%, rgba(62,176,117,1) 100%);

	background: linear-gradient(135deg, rgba(12,158,220,1) 0%, rgba(62,176,117,1) 100%);

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c9edc', endColorstr='#3eb075', GradientType=1 );

	padding:15px 30px;

	color:#FFFFFF;

	font-size:16px;
	border-radius:0px;
	text-transform:uppercase;

	font-family: 'GothamRoundedBold';

	text-decoration:none;
}