#rjtCheck {
	position: relative;
	margin-top: 35px;
	margin-bottom: 25px;
	text-align: left;
}
#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;
}
#ptform p {
	text-align: center;
	margin-bottom: 12px;
}
#ptform .mInput {
	position: relative;
	width: 100%;
	padding: 22px;
	color: #666666;
	border: 1px solid #CCCCDD;
	background-color: #FEFEFE;
}
::-webkit-input-placeholder { /* Edge */
  color: #000000;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000000;
}

::placeholder {
  color: #000000;
}
#submitButton {
	position: relative;
	width: 100%;
	padding: 18px;
	color: #FFFFFF;
	border: solid 1px #CC0000;
	background-color: #CC0000;
	border-radius: 12px;
	font-size: 18px;
	letter-spacing: .3em;
}
input, #code {
	outline: none;
	box-shadow: 0 0 0px #FFFFFF;
}
input:focus {
	outline: none;
	border-color: #162F5D;
	box-shadow: 0 0 10px #162F5D;
}

