#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;
}
.noJavaS {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:
	bold;color:#CC0000;
	text-align:center;
}
#submitButton {
	padding: 6px 18px 6px 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	border: solid 1px #AAAAAA;
	background-color: #CC0000;
	background-image: -ms-linear-gradient(top, #EB6060 0%, #CC0000 100%);
	background-image: -moz-linear-gradient(top, #EB6060 0%, #CC0000 100%);
	background-image: -o-linear-gradient(top, #EB6060 0%, #CC0000 100%);
	background-image: -webkit-gradient(linear, right top, left bottom, color-stop(0, #EB6060), color-stop(1, #CC0000));
	background-image: -webkit-linear-gradient(top, #EB6060 0%, #CC0000 100%);
	background-image: linear-gradient(to bottom, #EB6060 0%, #CC0000 100%);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, .2);
	-moz-box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, .2);
	box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, .2);
	text-transform: uppercase;
	text-decoration: none;
}
