/* CUSTOMISATION CSS */

/* Widths to Customise
.fieldsContainer
.signUpForm legend span
.termsConfirm
.termsOk
.noteMessage
.friendlyError
.desc (label width)
.signUpForm select (field)
.signUpForm input[type=password] (field)
.captchaBoxContainer
 */
 
 /* Colours to Customise
.signUpForm legend span
.fieldGroup
.formfieldCurrent
.subFields
p#ajax-fc-task (captcha text colour)
 */
 
/* Fonts to Customise
h1
*/

/* @group SIGNUP CUSTOMISABLE CLASSES ------------------------------ */

/*.wrapper {
	margin-left: 0px;
	margin-right: auto;
	width: 890px;
}*/

h1 {
	color:#0F2A49;
	font-family:Myriad Pro,Arial;
	font-size:31pt;
	line-height:22px;
	margin-top: 20px;
}

.fieldsContainer {
	width: 960px;
}
/* Reduce 18px from fieldsContainer */
.signUpForm legend span {
	color:#FFFFFF;
	background-color: #00deff;
	width: 942px;
	font-size: 18px;
}
.desc {
	color: #393939;
	width: 240px; 
	float: left;
}

.signUpForm input[type=text] {
	border:1px solid #bebebe;
	background-color: #f7f7f7;
}


.hint {
	width: 230px;
}

.signUpForm input[type=password] {
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	background-color: #f7f7f7;
	width:223px;
}
.signUpForm select {
	border:1px solid #bebebe;
	background-color: #f7f7f7;
	width: 382px;
}
/* Reduce 8px from fieldsContainer */
.termsConfirm {
	width: 952px;
}
/* Reduce 8px from fieldsContainer | Must be same as .termsConfirm  */
.termsOk {
	 width: 952px;
}
/* Reduce 58px from fieldsContainer */
.friendlyError {
	 width: 902px;
}
/* Reduce 23px from fieldsContainer */
.noteMessage {
	 width: 937px; 
}
.fieldEdit a {
	text-decoration: none;
	color: #FFFFFF;
}
.captchaBoxContainer {
	padding-left: 220px;
}
p#ajax-fc-task {
	color: #919191;
}
/* @end ----------------------------------------------------------------------------- */
