*,
*:before,
*:after {
	box-sizing: border-box;
}
html {
	height:100%;
	margin-bottom:1px;
	overflow-y:scroll;
}

body {
	background-color:#d2d2d4;
	color:#575757;
	font: normal normal normal 14px/20px arial,sans-serif;
	height:100%;
	text-align:center;
	font-family: 'PT Sans', sans-serif;
}

form {
	border: 0px ;
	border-radius: 5px;
	
	overflow: hidden;
	width: 940px;
	margin-left: 20%;
	margin-right: 20%;
	
}
label {
	clear: both;
	width: 200px;
	display: inline-block;
	float: left;
	margin-right:15px;
	margin-top:10px;
	text-align:left;

}

input {
	border-radius: 5px;
	margin:0;
	width: 600px;
	margin-top: 10px;
	float: left;

}
legend {
	font-size: 2em;
	}
	
	
fieldset {
	margin-top: 10px;
	padding-bottom: 20px;
	margin-bottom: 30px;
}

h1 {
	color:#b12b30;
	text-align:center;
}

textarea {
	width: 80%;
	margin-top: 10px;
}

button {
	background-color:#b12b30;
	color:#fff;
	font-size:18px;
	line-height:30px;
	border-radius:20px;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	border:0;
	text-shadow:#C17C3A 0 -1px 0;
	width:220px;
	height:32px;
	margin-bottom:30px;
	
}
#freefields {
	column-count:2;
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-width:50%;
	-webkit-column-width: 50%;
	
}

#freefields input {
	width: 50%;
}