
#content .questionnaire {
	width:760px;
	margin-right:0;
}

#eQuestion {
	float:left;
	clear:left;
	margin-bottom:30px;
}

#eQuestion .questionWrapper {
	background:url(../images/questionBg.jpg) no-repeat left top;
	padding-top:20px;
	float:left;
}
#eQuestion .answerWrapper {
	background:url(../images/answerBg.jpg) no-repeat left top;
	padding-top:10px;
	float:left;
	width:760px;
	margin-top:50px;
}
.launchWrapper {
	background:#D70F50 url(../images/answerBg.jpg) no-repeat -1px top;
	padding-top:10px;
	float:left;
	width:760px;
	margin-bottom:50px;
}
	.launchWrapper #eQuestion {
		background:url(../images/answerBgBottom.jpg) no-repeat left bottom;
		float:left;
		padding:10px 0 50px 7px;	
		margin-bottom:0;
		width:753px;
	}
	.launchWrapper p {
		color:#fff !important;
		padding-left:10px;
		width:740px;
	}
	
	
	#eQuestion  .questionNum,
	#eQuestion .title {
		padding:0 20px;
	}
	#eQuestion  .questionNum {
		float:left;
		clear:both;
		font-size:1.8em;
		color:#fff;
	}
	#eQuestion .title {
		float:left;
		clear:left;
		display:inline;
		width:500px;
		margin:10px 0 0 0 !important;
		padding-bottom:10px;
		font-size:2.6em;
		color:#fdb934;
	}
		#eQuestion .answerWrapper .title {
			background:url(../images/exclaim.jpg) no-repeat 10px top;
			font-size:2.2em;
			padding:15px 0 15px 80px;
			width:680px;
		}
			#eQuestion .answerWrapper .title span {
				color:#fff;
			}
	.qWrap {
		width:733px;
		float:left;
	}
	#eQuestion input {
		float:left;
		border:none;
		color:#fff;
		font-size:2.4em;
		font-weight:bold;
		cursor:pointer;
	}
		#eQuestion .buttonYes {
			background:url(../images/buttonYes.jpg) no-repeat left top;
			width:79px;
			text-align:center;
			padding:12px 0 20px 0;
		}
		#eQuestion .buttonNo {
			background:url(../images/buttonNo.jpg) no-repeat left top;
			width:79px;
			text-align:center;
			padding:12px 0 20px 0;
			margin-left:10px;
		}
		#eQuestion .buttonBack {
			background:url(../images/buttonBack.jpg) no-repeat left top;
			clear:both;
			margin:20px 0 0 10px;
			color:#D70E50;
			width:238px;
			text-align:center;
			padding:6px 0 20px 0;
		}
		#eQuestion .buttonLaunch {
			background:url(../images/buttonLaunch.jpg) no-repeat left top;
			color:#fff;
			width:260px;
			text-align:center;
			padding:18px 40px 20px 0;
			font-weight:bold;
			margin-top:10px;
			font-size:2em;
		}
		
	#eQuestion .what {
		float:left;
		padding:0 10px 10px 10px;
		width:733px;
		background:#f5c6d5;
		outline:none;
		margin-top:20px;
		font-size:1.4em;
		color:#d70f50;
		text-decoration:none;
		font-weight:bold;
		background:url(../images/qListItem.jpg) #f5c6d5 no-repeat 200px 2px;
	}
	.whatnowrap {
		font-size:1.4em;
		text-decoration:none;
		display:block;
		color:#d70f50 !important;
		font-weight:bold;
	}
	#pageContent .noWrap li {
		font-size:1em;
	}
		#pageContent .noWrap li.active {
			background:none;
		}
	.viewAllQ {
		float:right;
		font-size:1.2em;
		font-weight:bold;
		margin-bottom:20px;
	}
	
	#eQuestion .qContent {
		background:url(../images/questionBgBottom.jpg) #fff no-repeat left top;
		float:left;
		padding-left:7px;
	}
		
	#eQuestion .aContent {
		background:url(../images/answerBgBottom.jpg) no-repeat left bottom;
		float:left;
		clear:left;
		width:750px;
		padding:0 0 50px 7px;
	}
		#eQuestion .questionWrapper ul {
			float:left;
			list-style:none;
			background:#f5c6d5 url(../images/questionMore.jpg) no-repeat -10px bottom;
			margin:0;
			padding-bottom:20px;
		}
			#eQuestion .questionWrapper ul ul {
				padding:0;
				background:none;
			}
		#eQuestion .answerWrapper ul {
			float:left;
			list-style:none;
			background:#D70E50;
			margin:0;
		}
			.answerWrapper p {
				color:#fff !important;
			}
			#eQuestion li {
				background:url(../images/qListItem.jpg) no-repeat 10px 1px !important;
				float:left;
				width:713px;
				padding:0 10px 0 30px;
			}
				#eQuestion li p {
					margin-top:0;
					font-size:1em !important;
				}
				#eQuestion li.active {
					background:none !important;
					padding:0 10px 0 30px;
					margin:0;
				}
				#eQuestion .answerWrapper li {
					background:url(../images/aListItem.jpg) no-repeat 10px 5px !important;
				}
				#eQuestion li li {
					width:683px;
					font-size:1em;
				}
				
		#eQuestion .aContent p {
			padding:0 10px;
		}
			#eQuestion .aContent a {
				color:#fff !important;
			}
		
#pageContent #qProg {
	float:left;
	clear:both;
	margin-top:40px;
}
	#qProg li {
		background:url(../images/qNumDeselect.jpg) no-repeat 0 0 !important;
		padding:14px 0 12px 20px;
		width:80px;
		float:left;
		font-size:2.2em;
		color:#d291bc;
	}
		#qProg .active {
			background:url(../images/qNumBg.jpg) no-repeat 5px 7px !important;
			color:#fff;
		}
		#qProg .last {
			width:40px;
		}
		
#pageOverlay {
	position:absolute;
	left:0;
	top:0;
	background:#000;
	opacity:0.8;
	filter:alpha(opacity=80);
	width:100%;
	height:2000px;
	overflow:hidden;
	z-index:169;
}
	#pageOverlay.hide {
		display:none;
	}
	#processEnquiryForm.hide,
	#formWrap.hide {
		display:none;
	}
	#processEnquiryForm.show,
		#formWrap.show {
			display:block;
			position:absolute;
			left:50%;
			top:50px;
			margin:0 0 0 -290px;
			border:3px solid #444;
			width:581px;
			z-index:199;
			background:#fff url(../images/checker_thinkbox_repeat.jpg) top left repeat-y;
		}
			#processEnquiryForm.show .form,
			#formWrap.show .form {				
				background:url(../images/checker_thinkbox_top.jpg) top left no-repeat;
				padding:20px 0 0 0;
				position:relative;
			}
			#processEnquiryForm.show .form #closeForm,
				#formWrap.show .form #closeForm {				
					background:url(../images/close_button.gif) top left no-repeat;
					width:64px;
					height:55px;
					right:-25px;
					top:-15px;
					cursor:pointer;
					position:absolute;
				}
			#processEnquiryForm.show .form h2,
			#formWrap.show .form h2 {				
				padding:10px 30px;
				font-size:2.1em;
				font-weight:bold;
				color:#A42479;
			}
			#processEnquiryForm.show .form form,
			#formWrap.show .form form {				
				background:url(../images/checker_thinkbox_bottom.jpg) bottom left no-repeat;
				padding:0 30px 20px;				
			}
			#processEnquiryForm.show .form  form label,
			#formWrap.show .form form label {				
				font-size:1.2em;
			}
	

#pageContent .qHeading  { 
	width:759px;
	margin-top:50px;
}	
	#pageContent .qHeading .popBtn a { 
		display:block;
		color:#fff;
		font-size:2.4em;
		margin:12px 0 0 0;
		font-weight:bold;
		text-align:center;
		text-decoration:underline;
		min-height:36px;
		padding:13px 0;
		width:240px;
		float:right;
		background:url(../images/checker_apply_cta.jpg) top left no-repeat;
	}
	#pageContent .qHeading .popBtn a:hover {
		text-decoration:none;
	}
#pageContent .qHeading h1.qCongrats {
	color:#fff;
	font-size:3.3em;
	font-weight:bold;
	word-spacing:-0.1em;
	width:485px;	
}	
	#pageContent  .qHeading .top {
		padding:49px 0 0 0;
		background:url(../images/checker_apply_top.jpg) top left no-repeat;
	}	
	#pageContent .qHeading .bottom {
		padding:0 10px 49px 10px;
		background:#D81051 url(../images/checker_apply_bottom.jpg) bottom left no-repeat;
	}
	#pageContent h1.qCongrats span {
		color:#fdb934;
	}
#pageContent h2.qCongrats {
	font-size:1.6em;
	color:#000;	
	line-height:1.5em;
	font-weight:bold;
}

.questionnaire p strong {
	color:#a5247a;
}
	.questionnaire .aContent p strong {
		color:#fff;
	}
.questionnaire h4 {
	color:#a5247a;
	margin-top:12px;
	font-size:1.3em;
	line-height:1.4em;
	font-weight:bold;
}



/**	Enquiry Form
***************************************************/

#enquiryForm {
	margin-top:10px;
}

#enquiryForm li {
	float:left;
	clear:left;
	background:none !important;
	padding:0 0 6px 0;
	width:100%;
}
#enquiryForm label {
	float:left;
	width:190px;
	padding-top:8px;
	font-weight:bold;
}
	#enquiryForm input,
	#enquiryForm select,
	#enquiryForm textarea {
		width:280px;
		margin-right:30px;
		outline:none;
	}
	#enquiryForm input {
		width:260px;
	}
	#enquiryForm textarea {
		xheight:470px;
		background:#ccc url(../images/textarea_bg_tall.jpg) no-repeat;
		border:none;
		padding:8px 10px 12px;
		width:265px;
		overflow:auto;
	}
	
	#enquiryForm input#aSubmit {
		background:url(../images/buttonSubmit.jpg) top left no-repeat;
		width:100px;
		text-align:center;
		border:none;
		color:#fff;
		padding:5px 0 8px;
		font-weight:bold;
		margin-left:400px;
	}
	#enquiryForm span {
		color:#FF0000;
	}	
	#enquiryForm #fldOrgName,
	#enquiryForm #fldFirstNameType0100000100,
	#enquiryForm #fldTelType0100000100,
	#enquiryForm #cmbSchemeType,
	#enquiryForm #cmbApplicantText2Type100000100 {
		background:url(../images/inputOne.jpg) no-repeat;
		float:left;
		border:none;
		padding:8px 10px 12px;		
	}	
	#enquiryForm #fldSurnameType0100000100,
	#enquiryForm #fldEmailType0100000100,
	#enquiryForm #cmbPrjCoding1,
	#enquiryForm #cmbPrjCoding2 {
		background:url(../images/inputTwo.jpg) no-repeat;
		float:left;
		border:none;
		padding:6px 10px 14px;		
	}
	#enquiryForm #fldOrgName,
	#enquiryForm #fldFirstNameType0100000100,
	#enquiryForm #fldTelType0100000100,
	#enquiryForm #cmbApplicantText2Type100000100 ,
	#enquiryForm #fldSurnameType0100000100,
	#enquiryForm #fldEmailType0100000100,
	#enquiryForm #cmbPrjCoding2 {
		background-color:#ccc !important;
	}
