/* CSS Document */

.shadowForms{}
.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;
	}
.shadowForms .submit{
	border:1px solid #979696;
	color:#000;
	font-size:0.9em;
	text-align:center;
	}
	
.blockForms{}
.blockForms input.textField, .blockForms textarea, .blockForms select{
	border:1px solid #525252;
	/*background-image:url(../images/elements/form/formb.gif);*/
	background-position:left top;
	background-repeat:no-repeat;
	background-color:#000000;
	font-size:0.8em;
	color:#FFFFFF;
	}
.blockForms .submit{
	border:1px solid #525252;
	background-color:#e91e77;
	color:#FFFFFF;
	font-size:0.9em;
	text-align:center;
	}

.formTitles{
	padding-right:0.5em;
	}
.formFields{
	}

#contactForm{
	width:290px;
	}
#contactForm .textField, #contactForm textarea{
	width:210px;
	}
#contactForm .formFields{
	width:210px;
	}
	
#contactBlockForm{
	width:250px;
	}
#contactBlockForm .textField, #contactBlockForm textarea{
	width:182px;
	background-color:#fff;
	color:#000000;
	}
#contactBlockForm .formFields{
	width:182px;
	/*background-color:#000000;*/
	}

#enqForm .textField, #enqForm textarea{
	width:250px;
	}
#enqForm .formFields{
	width:300px;
	}

.submit{
	text-align:right;
	}

.innerForm, .contactInner{
	padding-left:10px;
	}
.innerBlockForm{
	/*background-color:#0000FF;*/
	}

/*.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%;
	}*/
