#rjtCheck {
	position: relative;
	margin-top: 35px;
	margin-bottom: 25px;
	text-align: center;
}
#rjtCheck .rjtSCheck {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	line-height: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
#rjtCheck .rjtMaths {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #CC0000;
	line-height: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
#rjtCheck .rjtMaths img {
	vertical-align: middle;
}
#rjtCheck .rjtInst {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	line-height: auto;
	margin-top: 0px;
	padding: 0px;
}
#rjtCheck .rjtResult {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #CC0000;
	line-height: 165%;
}
#rjtCheck h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: bold;
	color: #CC0000;
	line-height: auto;
}
#getquote {
	position: relative;
	width: 90%;
	max-width: 650px;
	margin: 25px auto;
}
#getquote p {
	margin-top: 45px;
}
input[type=text], input[type=email] {
	position: relative;
	width: 90%;
	margin: 10px auto;
	padding: 3px 5px;
	display: block;
}
.interestBox {
	position: relative;
	width: 90%;
	margin: 0px auto;
	padding: 3px 5px;
	display: block;
}
textarea {
	position: relative;
	width: 90%;
	height: 125px;
	margin: 10px auto;
	padding: 3px 5px;
	display: block;
}
#submitButton {
	position: relative;
	color: #FFFFFF;
	background-color: #61210F;
	padding: 8px 28px;
	border: solid 2px #FFFFFF;
	border-radius: 22px;
	font-size: 21px;
	text-transform: uppercase;
	opacity: 0.4;
}
