@charset "utf-8";
/* CSS Document */

/* ****************************************
	GENERAL
**************************************** */

body {
	margin: 0;
	padding: 0;
	width: 100%;
	float: left;
}
body, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, input, textarea {
	vertical-align: bottom;
}
.content p {
	letter-spacing: -0.01em;
	zoom: 1;
}
a:link, a:visited {
	color: #666666;
	text-decoration: underline;
}
	.link a { 
		color: #0781c5;
		font-size: 95%;
	}
	.footer .link { color: #363636; }

a:hover {
	text-decoration: none;
}

.leftThumb {
	display: block;
	float: left;
	margin: 0;
}
.rightThumb {
	display: block;
	float: right;
	margin: 0;
}

hr {
	border: none;
	border-bottom: 1px solid #E2E2E2;
	clear: both;
	display: inline-block;
	height: 1px;
	margin: 1em 0;
	width: 100%;
}
.btn {
	margin: 0.5em 0 0.5em;
}
.btn a:hover img {	
	filter:alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity:0.8;
}
em {
	color: #959595;
	font-size: 95%;
	font-style: italic;
	letter-spacing: normal;
}

p.subject {
	color: #31357d;
	font-style: italic;
	font-weight: bold;
	margin: 0.5em 0 0;
}

.content ul {
	list-style: disc;
}
.content li {
	line-height: 1.5em;
	margin-bottom: 1.5em;
	margin-left: 1.5em;
}
p { 
	line-height: 1.5em;
	margin-bottom: 1em;
}

h3 { 
	font-size: 1.8em; 
	margin-bottom: 10px; 
}
/*
div { overflow: hidden; }
*/
.fltLeft { float: left; }

.fltRight { float: right; } 

.center { text-align: center; }

/* POPUP FORMS */
.popUpForms a { 
	color: #0781c5;
}
.popUpForms { 
	color: #666;
	margin: 0;
	padding: 0;
	width: 600px;
	float: left;
}
/*
.popUpForms .close {
	margin: -20px -10px;
	position: absolute;
	text-align: right;
	width: 600px;
}
*/
.popUpForms .container {
	/*
	padding: 0 32px 10px 0;
	*/
	width: 100%;
}
.popUpForms .content {
	margin: 0 35px;
	overflow: hidden;
}
* html .popUpForms .rightCol{
	overflow:hidden;
}
.leftCol { float: left; }
.rightCol { float: right; }
.popUpForms .leftCol, .popUpForms .rightCol {
	width: 265px;
}

.popUpForms dl {
	display: block;
	float: left;
	margin-left: 1.5em;
	_margin-left: 9px;
	padding-bottom: 1em;
}
.popUpForms dt {
	color: #363636;
	clear: both;
	float: left;
	margin-bottom: 1em;
	width: 88px;
}
.popUpForms dd {
	margin-bottom: 1em;
	width: 159px;
}
.popUpForms dt, dd, label { float: left; padding: 0; }
.popUpForms input {
	float: left;
}
.popUpForms dd input {
	border: 1px solid #a7a6aa;
	float: left;
	font-size: 90%;
	padding: 2px 5px 0;
	height: 18px;
	width: 145px;
}
.popUpForms dd input.areaCode {
	float: left;
	margin-right: 3px;
	width: 22px;
}
.popUpForms dd input.number {
	float: right;
	width: 95px;
}
.popUpForms select {
	border: 1px solid #a7a6aa;
	height: 24px;
	padding: 0 0 0 5px;
	margin: 0;
	width: 100%;
	_width: 161px;
}
.checkList {
	clear: both;
	float: left;
}
.checkList input { 
	float: left;
	margin-right: 10px;
}
.checkList label {
	float: left;
	width: 495px;
}
.popUpForms textarea {
	border: 1px solid #a7a6aa;
	float: right;
	height: 80px;
	margin-bottom: 1em;
	padding: 5px;
	width: 430px;

}

/* ROUNDED CORNERS FOR MESSAGE SUBJECT */
.popUpForms ul.messageSubject {
	background-image: url(/images/elements/bg_formHeader.gif);
	background-position: top right;
	background-repeat: no-repeat;
	background-color: #0781c5;
	color: #FFF;
	font-weight: bold;
	height: 30px;
	list-style: none;
	margin-bottom: 2em;
	margin-right: 1em;
	width: 300px;
}
.popUpForms ul.messageSubject li {
	display: inline-block;
	margin-bottom: 0;
	min-height: 30px;
	vertical-align: top;
	width: auto;
}
.popUpForms ul.messageSubject li .heading {
	font-size: 16px;
	font-weight: bold;
	line-height: 2em; 
	min-height: 30px;
	padding-left: 33px;
	text-align: left;
	width: auto;
	overflow: hidden;
}
.popUpForms .moduleStatus {
	color: #C63131;
	font-size: 125%;
	font-style: italic;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 2em;
}
.moduleFailed em {
	color: #9e0b0f;
	font-style: normal;
	font-weight: bold;
}
.forgotPassword .popUpForms dd { width: 425px; }
.forgotPassword .popUpForms dd input {
	width: 100%;
}

/* ******************************************
	QUESTIONNAIRE
****************************************** */

.questionHolder {
	display: inline-block;
	float: left;
	margin-bottom: 1.5em;
}
.questionHolder h4 {
	color: #c63131;
	font-style: italic;
	font-size: 120%;
	line-height: 1.5em;
	margin-top: 0.5em;
}
	.questionHolder h4 {
		float: left;
		margin: 0;
		width: 40px;
	}
	.questionHolder .info {
		float: left;
		width: 200px;
	}
		.questionHolder p.question {
			font-weight: bold;
		}
	
	.questionHolder input, .questionHolder label {
		vertical-align: middle;
	}
	.questionHolder input {
		float: left;
		margin-left: 0;
		width: 20px;
	}
	.questionHolder label {
		float: left;
		margin-bottom: 1em;
		width: 160px;
	}
	.questionHolder .singleLine label {
		float: left;
		margin-right: 0.5em;
		width: 60px;
	}
	.questionHolder td {
		border: none;
	}

/* ******************************************
	FEEDBACK FORM
****************************************** */

.feedbackForm .checkList {
	margin-top: 15px;
}
.feedbackForm .checkList label {
	width: 250px;	
}

/* COLOURS */

.contact .popUpForms ul.messageSubject, .rewards .popUpForms ul.messageSubject { width: 155px; }
.modulePassed .popUpForms ul.messageSubject { background: #8dc63f; width: 195px; }
.moduleFailed .popUpForms ul.messageSubject { background: #9e0b0f; width: 195px; }
.forgotPassword .popUpForms ul.messageSubject { width: 230px; }
.feedbackForm .popUpForms ul.messageSubject { width: 200px; }
.updateDetails .popUpForms ul.messageSubject { width: 280px; }

html, #cboxIframe{
	overflow:hidden;
}
 #ctl00_ContentPlaceHolder1_btnRegister, #ctl00_ContentPlaceHolder1_btnUpdate{
	position:relative;
	bottom:10px;
}

