
/* DON NOT CUSTOMISE THIS FILE */

.fieldsContainer {
	padding-top: 45px;
	padding-left:  0px;
	width: 890px;

}
/* Reduce 18px from fieldsContainer */
.signUpForm legend span {
	font-family: Arial, Tahoma;
	font-size: 20px;
	padding: 0px;
	color:#FFFFFF;
	background-color: #434448;
	width: 872px;
	float: left;
	padding-left: 8px;
	padding-top: 5px;
	padding-bottom: 8px;
	padding-right: 5px;
	margin-top: 8px;
	margin-bottom: 10px;
	padding-bottom: 4px;
	margin-left: 0px;
	position: absolute;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-bottomleft:5px;
}
.desc {
	font-family: Arial, Tahoma;
	font-size:  13px;
	color:#646464;
	padding-top: 6px;
	padding-left: 8px;
	width: 200px; 
	float: left;
}
.signUpForm input[type=text] {
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	border:1px solid #bebebe;
	background-color: #f7f7f7;
	margin:0;
	padding:5px;
	width: 370px;
	float: left;
	font-family: Arial, Tahoma;
	font-size: 12px;
}
/* Reduce 8px from fieldsContainer */
.termsConfirm {
	background-color:#ffdbdb;
	float: left;
	width: 882px;
	border: 1px solid #f4b5b5;
	margin-bottom: 8px;
	margin-top: 10px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-bottomleft:5px;
}
/* Reduce 8px from fieldsContainer | Must be same as .termsConfirm  */
.termsOk {
	 background-color:#D1F499;
	 float: left;
	 width: 882px;
	 border: 1px solid #b7e56e;
	 margin-bottom: 8px;
	 margin-top: 10px;
	 -moz-border-radius-bottomright:5px;
	 -moz-border-radius-topright:5px;
	 -moz-border-radius-topleft:5px;
	 -moz-border-radius-bottomleft:5px;
}

.hint {
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topright:5px;
	background-image: url(../graphics/signup_bg_hint.png);
	color: #000000;
	display:none;
	font-size:12px;
	padding: 6px;
	padding-left: 30px;
	text-transform:lowercase;
	width: 230px;
	float: left;
	font-family: Arial, Tahoma;
}

.signUpForm input[type=password] {
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	border:1px solid #bebebe;
	background-color: #f7f7f7;
	margin:0;
	padding:5px;
	width:223px;
	float: left;
	font-family: Arial, Tahoma;
	font-size: 12px;
}
.signUpForm select {
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	border:1px solid #bebebe;
	background-color: #f7f7f7;
	font-size:18px;
	margin:0;
	padding:4px;
	width: 382px;
	float: left;
	font-family: Arial, Tahoma;
	font-size: 12px;
}
.passGauge {
	padding-left: 8px;
	width: 230px;
	float: left;
	margin-bottom: 20px;
}
/* @end ----------------------------------------------------------------------------- */


.formContainer {
	float: left;
	padding-bottom: 10px;
}
.descNote {
	font-family: Arial, Tahoma;
	font-size:  11px;
	color:#828282;
}	
		
.ok {
	font-family: Arial, Tahoma;
	float: left;
	background-image: url(../graphics/signup_tick.png);
	background-repeat: no-repeat;
	margin-left: 8px;
	min-width: 28px;
	padding-top: 3px;
	height: 28px;
}
.fieldError {
	font-family: Arial, Tahoma;
	float: left;
	background-image: url(../graphics/signup_error.png);
	background-repeat: no-repeat;
	margin-left: 8px;
	min-width: 28px;
	padding-top: 3px;
	height: 28px;
}
		
.field {
	background-color:#FFFFFF;
	padding-top: 2px;
	font-family: Arial, Tahoma;
	float: left;
	background-image: url(../graphics/signup_error.png);
	background-repeat: no-repeat;
	margin-left: 8px;
	margin-width: 30px;
}
.signUpForm p 
{
	font-size: 12px;
}
.signUpForm legend {
	padding: 0px;
	margin: 0px;
	float: left;
}


.buttonContainer {
	float: left;
	margin-bottom: 10px;
	margin-top: 10px;

}
.fieldEdit {
	font-family: Arial, Tahoma;
	float: left;
	background-image: url(../graphics/signup_edit.png);
	background-repeat: no-repeat;
	background-position: left;
	margin-left: 8px;
	min-width: 26px;
	padding-left: 30px;
	height: 26px;
	line-height: 22px;
	display: block;
	font-size: 12px;
}
.fieldEdit a{
	text-decoration: none;
	color: #333333;
}	
.fieldGroup {
	background-color: #F9F6E5;
	float: left;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	width: 99.5%;
}	
.signUpForm input[type=text]:focus, .signUpForm input[type=password]:focus, textarea:focus {
 
 	background-color: #e9f3f7;
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	border:1px solid #96becd;
 	color: #000000;
}

.fieldDone {
 
 	background-color: #fff9d5;
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	border:1px solid #d1c57c;
 	color: #000000;
}
	
.signUpForm input.btn { 

	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topright:5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-topleft:5px;
	padding: 5px;
	color:#FFFFFF; 
	font: bold;
	font-size: 15px;
	font-family: Arial, Tahoma;
	font-weight: bold;
	background-color:#fed; 
	min-width: 90px;
	margin-right: 5px;
	text-align: center;
} 


.signUpForm input.btnEnabled
{
	background-image: url(../graphics/signup_btn_back.png);
	background-repeat: repeat-x;
	border: 1px solid #264052; 
}

.signUpForm input.btnDisabled { 
	 border: 1px solid #999999;
	 background-image: url(../graphics/signup_back_disabled.png);
	 background-repeat: repeat-x;
	 color: #999999;

}

.signUpForm input.btnhov { 
	border: 1px solid #43657d;
	background-image: url(../graphics/signup_btn_back_up.png);
	background-repeat: repeat-x;
	cursor: pointer;
}
	
.signUpForm input[type=checkbox] {
	padding-top: 7px;
	float: left;
}
		
.signUpForm fieldset {
	padding: 0px;
	margin: 0px;
	border: none;
	float: left;
}
.signUpForm hr {
	height: 1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	border-bottom-style: none;
	margin-top: 3px;
	margin-bottom: 3px;
}
.termsOk p {
	font-family: Arial, Tahoma;
	font-size: 12px;
	margin-top: 6px;
	padding-top: 3px;
	margin-bottom: 0px;
	line-height: 15px;
	color: #000000;
	
}
.termsOk a 
{
	background-color: transparent;
	text-decoration: none;
}

.termsConfirm p {
	font-family: Arial, Tahoma;
	font-size: 12px;
	margin-top: 6px;
	padding-top: 3px;
	margin-bottom: 0px;
	line-height: 15px;
	color: #000000;
	
}
.termsConfirm a
{
	color: #333333;
	background-color: transparent;
	text-decoration: none;
}	
.checkBoxContainer {
	float: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
}
.signUpForm form .submitform {
	float: left;
		margin: 0.5em 0;
		clear: left;

}	
.signUpForm .submitform .formfield {
		margin: 0.5em 0;

}
div .formfield { 
		height: 30px;
		float: left;
		width: 100%;
}	
.signUpForm .submitform .formfield .labelwidth {
		float: left;

}

.signUpForm #sendbutton {
		clear: left;
		float: left;
}
		
.captchaBoxContainer {
	padding-left: 180px;
	padding-top: 10px;
	float: left;
}

		
.is0{background:url(../graphics/signup_progressImg1.png) no-repeat 0 0;width:138px;height:7px; margin-top: 10px; margin-bottom: 0px;}
.is10{background-position:0 -7px;}
.is20{background-position:0 -14px;}
.is30{background-position:0 -21px;}
.is40{background-position:0 -28px;}
.is50{background-position:0 -35px;}
.is60{background-position:0 -42px;}
.is70{background-position:0 -49px;}
.is80{background-position:0 -56px;}
.is90{background-position:0 -63px;}
.is100{background-position:0 -70px;}

/* Reduce 58px from fieldsContainer */		
.friendlyError {
	 background-color: #FFFFFF;
	 border: 3px #e70000 solid;
	 padding: 8px;
	 visibility: false;
	 float: left;
	 width: 832px;
	 background-image: url(../graphics/signup_friendlyerror.png);
	 background-position: 5px 5px;
	 background-repeat: no-repeat;
	 padding-left: 40px;
	 min-height: 21px;
	 background-color: #ffdbdb;
	 -moz-border-radius-bottomright:5px;
	 -moz-border-radius-topright:5px;
	 -moz-border-radius-topleft:5px;
	 -moz-border-radius-bottomleft:5px;
	 display: block;
	 font-family: Arial, Tahoma;
	 font-size: 12px;
	 margin-bottom: 10px;
	 line-height: 22px;
	 color: #000000;
}


.confirmDetails {
	padding-top: 3px;
	padding-bottom: 3px;
	margin: 0px;
	color: #6bb110;
	border-bottom: 1px dotted #bfbfbf;
	float: left;
	width: 370px;
	font-family: Arial, Tahoma;
	font-size: 12px;
}
/* Reduce 23px from fieldsContainer */
.noteMessage {
	 background-color:#fff29e;
	 float: left;
	 width: 867px;
	 padding: 8px;
	 border: 1px solid #e2d370;
	 margin-bottom: 5px;
	 -moz-border-radius-bottomright:5px;
	 -moz-border-radius-topright:5px;
	 -moz-border-radius-topleft:5px;
	 -moz-border-radius-bottomleft:5px;
	 font-family: Arial, Tahoma;
	 font-size: 12px;
	 color: #000000;
}
.thanksMsg {
	 background-color:#f5ffe6;
	 background-image: url(../graphics/signup_thanksicon.png);
	 background-repeat: no-repeat;
	 background-position: 10px 10px;
	 float: left;
	 padding: 10px;
	 width: 90%;
	 border: 1px solid #d1f499;
	 margin-bottom: 5px;
	 -moz-border-radius-bottomright:5px;
	 -moz-border-radius-topright:5px;
	 -moz-border-radius-topleft:5px;
	 -moz-border-radius-bottomleft:5px;
	 padding-left: 80px;
	 margin-top: 10px;
	 min-height: 90px;
	 font-family: Arial, Tahoma;
	 font-size: 15px;
	 color: #000000;
}

.subFields {
	background-color:#f9f6e5;
	width: 99%;
	padding: 0px 7px 7px 0px;
	border-top: none;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-bottomleft:5px;	
	float: left;
}
.formfieldCurrent {
	background-color:#f5f0d3;
	width: 99%;
	padding: 10px 7px 13px 0px;
	-moz-border-radius-topright:5px;
	-moz-border-radius-topleft:5px;
	margin-bottom: 0px;
	float: left;
}
p#ajax-fc-task {
	color: #919191;
}
