
/* 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 for external signups | uncomment if an external signup*/
.wrapper {
	/*margin-left: auto;*/
	margin-right: auto;
	/*width: 920px;*/
}
 

h1 {
	font-family: helvetica, Arial;
	font-size: 26px;
	font-weight: normal;
	line-height: 22px;
	color: #f69220;
	margin-top: 25px;
}

.fieldsContainer {
	width: 920px;
}
/* Reduce 18px from fieldsContainer */
.signUpForm legend span {
	color:#FFFFFF;
	background-color: #000000;
	width: 902px;
}
.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;
}

.fieldGroup {
	background-color: #252525;

}
.subFields {
	background-color:#252525;
}
.formfieldCurrent {
	background-color:#1c1c1c;
}
/* Reduce 8px from fieldsContainer */
.termsConfirm {
	width: 912px;
}
/* Reduce 8px from fieldsContainer | Must be same as .termsConfirm  */
.termsOk {
	 width: 912px;
}
/* Reduce 58px from fieldsContainer */
.friendlyError {
	 width: 862px;
}
/* Reduce 23px from fieldsContainer */
.noteMessage {
	 width: 897px; 
}
.fieldEdit a {
	text-decoration: none;
	color: #FFFFFF;
}
.captchaBoxContainer {
	padding-left: 220px;
}
p#ajax-fc-task {
	color: #FFFFFF;
}
/* @end ----------------------------------------------------------------------------- */
