header{
	padding: 48px 24px 24px 24px;
	text-align: center;
}

header p{
	margin-top: 6px;
}

header p:first-child{
	margin-top: 0;
}

header p a{
	font-weight: 600;
	font-size: 48px;
}

header p span{
	font-weight: 500;
	font-size: 16px;
}

section{
	padding: 24px 24px 48px 24px;
}

section form fieldset{
	margin-bottom: 24px;
}

section form fieldset legend{
	font-weight: 300;
	font-size: 18px;
}

section form fieldset p{
	position: relative;
	margin-top: 12px;
}

section form fieldset p span{
	display: block;
	z-index: -1;
	position: absolute;
	width: 60px;
	height: 60px;
	top: 0;
	right: 0;
	line-height: 60px;
	text-align: center;
}

section form fieldset p button{
	position: absolute;
	width: 112px;
	height: 44px;
	border-radius: 4px;
	background-color: #333333;
	top: 8px;
	right: 8px;
	color: #FFFFFF;
	font-weight: 300;
	font-size: 14px;
}

section form nav{
	margin-top: 24px;
}

section form nav button{
	width: 100%;
	height: 60px;
	background-color: #CC0000;
	color: #FFFFFF;
	font-weight: 500;
}

section form div{
	margin-top: 48px;
}

section form div ul li{
	position: relative;
	margin-top: 12px;
	padding-left: 12px;
	font-weight: 300;
	font-size: 16px;
}

section form div ul li:first-child{
	margin-top: 0;
}

section form div ul li span{
	position: absolute;
	top: -2px;
	left: 0;
	font-weight: 300;
	font-size: 16px;
}