H1 {
	color: #fff;
	font-weight: normal;
	font-size: 36px !important;
	line-height: 36px;
	margin: 5px 0 10px !important;
}
H2 {
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	margin-top: 10px;
	margin-bottom: 75px;
}
#contentContent {
	background: url('pics/signupGradient.png') no-repeat left 112px #c1006b;
}
#main {
	background: none;
	border: 0;
	box-shadow: none;
	margin-top: 15px;
	padding-top: 24px;
}
#main .mainText {
	width: 100%;
	padding: 0;
	color: #fff;
	font-size: 14px;
	background: url('pics/signupBadge.png') no-repeat 580px top;
}
#main .rightcolumn {
	width: 100%;
	background: url('pics/signupArrow.png') no-repeat 144px top #fff;
	height: 100%;
	margin: 5px 0 0 0;
	-webkit-border-top-right-radius: 28px;
	-webkit-border-bottom-left-radius: 28px;
	-moz-border-radius-topright: 28px;
	-moz-border-radius-bottomleft: 28px;
	border-top-right-radius: 28px;
	border-bottom-left-radius: 28px;
}
#main .rightcolumn iframe {
	border: 0;
	width: 100%;
	height: 475px;
	-webkit-border-top-right-radius: 28px;
	-webkit-border-bottom-left-radius: 28px;
	-moz-border-radius-topright: 28px;
	-moz-border-radius-bottomleft: 28px;
	border-top-right-radius: 28px;
	border-bottom-left-radius: 28px;
}