#container p {
	font-family: 'Source Sans Pro', sans-serif;
}
#container a {
	text-decoration: none;
	height: 100%;
	width: 100%;
	display: inline-block;
}
#container {
	width: 980px;
	margin: 0 auto;
	text-align: center;
}
#logo {
	text-align: center;
}
.text-block {
	width: 100%;
}
.text-block #button {
	background: rgba(57,135,42,1);
	background: -moz-linear-gradient(left, rgba(57,135,42,1) 0%, rgba(39,125,43,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(57,135,42,1)), color-stop(100%, rgba(39,125,43,1)));
	background: -webkit-linear-gradient(left, rgba(57,135,42,1) 0%, rgba(39,125,43,1) 100%);
	background: -o-linear-gradient(left, rgba(57,135,42,1) 0%, rgba(39,125,43,1) 100%);
	background: -ms-linear-gradient(left, rgba(57,135,42,1) 0%, rgba(39,125,43,1) 100%);
	background: linear-gradient(to right, rgba(57,135,42,1) 0%, rgba(39,125,43,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#39872a', endColorstr='#277d2b', GradientType=1 );
	padding: 5px;
	border-radius: 15px 15px 15px 15px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border: 0px solid #000000;
	max-width: 40%;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 40px;
}
#button a p{
	text-decoration: none;
	font-weight: bold;
	font-size: 1.2em;
	color: #fff;
}
.text-box p.feedback a{
	text-decoration: underline;
	color: #585858;
}
p.sign span {
	font-style: italic;
}
p.intro {
	font-size: 1.4em;
	font-weight: bold;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
	#container {
		max-width: 320px;
	}
	.text-block #button{
		width: 300px;
	}
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
	#container {
 		max-width: 768px;
 	}
}
