.purpleBlob {
	border-radius: 15px;
	background-color: #981D97;
	font-style: normal;
	font-size: 16px;
	color: white;
	text-align: center;
	padding: 20px 40px;
	margin: auto;
	width: 424px;
	height: 335px;
}

h3, h4 {
	font-family: ff-tisa-sans-web-pro, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: white;
}

h3 {
	font-size: 30px;
}

p,
label,
input {
	text-align: left;
}

p,
label {
	margin-top: 1em;
	font-size: 16px;
	color: white; /* these last 2 required because defaultFontStyling overrides the purpleBlob*/
}

p {
	line-height: 1em;
}

label {
	font-weight: bold;
	display:block;
}

.whiteButton,
.blueButton {
	width: 200px;
	height: 60px;
	line-height: 60px;
	font-family: ff-tisa-sans-web-pro, sans-serif; 
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	border: 1px solid white;
	border-radius: 15px;
	cursor: pointer;
	margin: 1em 0;
}

.whiteButton { /* "ui-" added as hack to stop the beam "mega" style kicking in */
	float: left;
	background-color: white;
	color: #981D97;
}

.whiteButton:hover {
	color: #1ba9c1;
	border-color: #981D97;
}

.blueButton {
	float: right;
	background-color: #1ba9c1;
	border-color: #1ba9c1;
	color: white;
}

.blueButton:hover {
	color: #981D97;
	border-color: #981D97;
}

input, select {
	border-radius: 10px; 
	border-width: 1px; 
	border-style: solid;
	outline: none;
	width: 410px;
	padding: 0px 6px;
}

input {
	height: 40px;
}

select {
	height: 42px;
}

a {
	color: white;
	font-size: 16px;
	text-decoration: none;
}