
/* 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: auto;
	margin-right: auto;
	width: 800px;
}
*/


.fieldsContainer {
	width: 970px;
}
/* Reduce 18px from fieldsContainer */
.signUpForm legend span {
	font-family: Verdana, Helvetica, Arial, Tahoma, sans-serif;
	font-size: 20px;
	border-bottom: 2px solid #f6cd11;
	margin-top: 10px;
	width: 952px;
	-moz-border-radius-bottomright:0px;
	-moz-border-radius-topright:0px;
	-moz-border-radius-topleft:0px;
	-moz-border-radius-bottomleft:0px;
	background-color: transparent;
	color: #083B5A;
	font-weight: bold;
	padding-left: 0px;
}
.desc {
	color: #919191;
	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: 962px;
}
/* Reduce 8px from fieldsContainer | Must be same as .termsConfirm  */
.termsOk {
	 width: 962px;
}
/* Reduce 58px from fieldsContainer */
.friendlyError {
	 width: 912px;
}
/* Reduce 23px from fieldsContainer */
.noteMessage {
	 width: 947px; 
}
.fieldEdit a {
	text-decoration: none;
	color: #FFFFFF;
}
.captchaBoxContainer {
	padding-left: 220px;
	width: 600px;
	min-height: 130px;
}
p#ajax-fc-task {
	color: #919191;
}
/* @end ----------------------------------------------------------------------------- */
