/* CSS Document */

.shadowForms{}

/* , .shadowForms input.radio */
.shadowForms input.textField, .shadowForms textarea, .shadowForms select, .shadowForms .submit,
.flatForms input.textField, .flatForms textarea, .flatForms select, .flatForms .submit{
	font-size:80%;
	}
.shadowForms input.textField, .shadowForms textarea, .shadowForms select{
	border:1px solid #979696;
	background-image:url(../images/elements/form/formb.gif);
	background-position:left top;
	background-repeat:no-repeat;
	background-color:#F5F5F5;
	}
.flatForms input.textField, .flatForms textarea, .flatForms select{
	border:1px solid #999999;
	background-color:#fff;
	color:#000;
	}
	
.citizenForm input.textField, .citizenForm textarea, .citizenForm select{
	width: 145px;
	margin-bottom: 3px;
	}
	
.arrowBack{
background-image:url(../images/elements/misc/background_arrow.gif);
background-repeat:no-repeat;
background-position: 10px 4px;
padding-left: 7px;
}


.formTitles{
	padding-right:0.5em;
	}
.formFields{
	/*padding-right:1em;*/
	/*width:200px;*/
	}

#contactForm{
	/*margin-top:20px;
	margin-left:10px;*/
	width:290px;
	/*background-color:#FF0000;*/
	}
#contactForm .textField, #contactForm textarea{
	width:210px;
	}
#contactForm .formFields{
	width:210px;
	}

#enqForm .textField, #enqForm textarea{
	width:250px;
	}
#enqForm .formFields{
	width:300px;
	}

.submit{
	text-align:right;
	}

.innerForm, .contactInner{
	padding-left:10px;
	}

.qcField input{
	width:200px;
	border:none;
	font-size:90%;
	}
.qcField input.submit{
	width:202px;
	background-color:#f5f5f5;
	color:#888888;
	margin-top:5px;
	padding-right:10px;
	font-size:80%;
	}
	
#signUp .textField, #signUp .formFields{
	width:145px;
	}
/* icontact */

.signupframe {
  color: #000;
  
}

.pushRight{
margin-left: 48px; margin-top: 10px;
}

#signUpAlt .textField, #signUpAlt .formFields{
	width:140px;
	}

#signUpAlt .flatForms table td{
color: #000;
}

#signUpAlt .formTitles{
color: black;
}

#signUpAlt .flatForms input.textField, .flatForms textarea, .flatForms select{
	border:1px solid #999999;
	background-color:#ffffff;
	color:#000000;
	}

