/* CSS Document */

.shadowForms{}

/* , .shadowForms input.radio */
.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;
	font-size:0.8em;
	}

.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%;
	}
