/* 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;
	}

.formTitles{
	padding-right:1em;
	}
.formFields{
	/*padding-right:1em;*/
	/*width:200px;*/
	}

#contactForm{
	/*margin-top:20px;
	margin-left:10px;*/
	}
#contactForm .textField, #contactForm textarea{
	width:300px;
	}
#contactForm .formFields{
	width:300px;
	}

#applyForm .textField, #applyForm textarea{
	width:250px;
	}
#applyForm .formFields{
	width:250px;
	}

#enqForm .textField, #enqForm textarea{
	width:250px;
	}
#enqForm .formFields{
	width:300px;
	}
#contactForm .textField, #contactForm textarea, #contactForm .newButton,
#applyForm .textField, #applyForm textarea, #applyForm .newButton{
	font-size:85%;
	}

.submit{
	/*text-align:right;*/
	padding-right:5px;
	}
.innerForm{
	/*padding-right:20px;*/
	}
.innerForm, .contactInner{
	padding-left:10px;
	}


#quicksearch{
	/*margin-top:5px;*/
	}
#quicksearch .submit, #quicksearch #quicksearchstring{
	border:1px solid #646466;
	background-color:transparent;
	/*background-image:url(../images/elements/decor/decor03.jpg);
	background-position:left bottom;
	background-repeat:repeat-x;*/
	color:#999999;
	text-align:right;
	/*min-height:16px;*/
	font-size:85%;
	}
* html #quicksearch .submit{
	/*height:16px;*/
	}

#thinLogin{}
#quicklogin{
	/*margin-top:5px;*/
	}
#quicklogin .textLabels{
	/*font-size:95%;*/
	color:#a6a6a6;
	}
#quicklogin .submit, #quicklogin #quickloginuser, #quicklogin #quickloginpassword{
	border:1px solid #ebebeb;
	background-color:white;
	
	/*background-image:url(../images/elements/decor/decor03.jpg);
	background-position:left bottom;
	background-repeat:repeat-x;*/
	
	color:#999999;
	text-align:left;
	/*min-height:16px;*/
	font-size:85%;
	}
#quicklogin #quickloginuser, #quicklogin #quickloginpassword{
	width:140px;
	}
* html #quicklogin .submit{
	/*height:16px;*/
	padding-right:0.25em;
	}

#thinLogin #quicklogin #quickloginuser, #thinLogin  #quicklogin #quickloginpassword{
	width:100px;
	}


.loginCols{
	padding-right:2px;
	}