/* 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{
	background-image:url(../images/elements/buttons/call_me.jpg);
	background-repeat:no-repeat;
	background-position:right;
	width:202px;
	background-color:#e6e6e6;
	color:#ffffff;
	margin-top:7px;
	padding-right:15px;
	font-size:85%;
	}
#upgradeForm{
	/*margin-top:20px;
	margin-left:10px;*/
	width:365px;
	/*background-color:#FF0000;*/
	}

#upgradeForm td{
padding-top: 7px;
}
#upgradeForm .textField{
	width:210px;
	}
#upgradeForm textarea{
	width:351px;
	}
#upgradeForm .formTitles{
	width:130px;
	}
#upgradeForm .formFields{
	width:190px;
	
	
	}
