/* 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.9em;
	color:#555555;
	}

.formTitles{
	padding-right:1em;
	}
.formFields{
	/*padding-right:1em;*/
	/*width:200px;*/
	text-align:right;
	}
#contactForm{
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
	}
#contactForm .formFields{
	width:200px;
	}
* html #contactForm .formFields{
	padding-left:40px;
	}
#contactForm .textField, #contactForm textarea, #contactForm select{
	width:200px;
	}

#contactForm .formFields2 textarea{
	width:100%;
	}

#signUpForm .textField, #signUpForm textarea, #signUpForm select{
	width:200px;
	}
#signUpForm .formTitles{
	padding-right:20px;
	}

#callback_form{}
#callback_form .textField{
	width:100%;
	color:#999999;
	border:1px solid #bbb;
	font-size:90%;
	}
#contactForm .formFieldsShort .textField, #contactForm .formFieldsShort textarea, #contactForm .formFieldsShort select{
	width:100px;
	}

.pdSelects select{
	width:152px;
	color:#888888;
	}
.pdSubmit{
	padding-top:2px;
	}
.pdSubmitButton{
	width:152px;
	color:white;
	background-color:#8b7b4a;
	border:none;
	padding-top:2px;
	padding-bottom:2px;
	}
.newButton{
	width:152px;
	color:white;
	background-color:#aaaaaa;
	border:none;
	padding-top:2px;
	padding-bottom:2px;
	}

#sendbrief .formTitles{
	width:190px;
	}
#sendbrief input.textField, #sendbrief textarea, #sendbrief select, #sendbrief .radioCollection{
	width:250px;
	}
#sendbrief textarea.textField2{
	width:100%;
	}

#sendbrief .formTitles{
	/*padding-left:5px;*/
	}
#sendbrief{
	/*padding-left:10px;*/
	}
.radios{
	background-color:#f5f5f5;
	padding:5px;
	}
.radios td{
	text-align:left;
	}

.cbfTitle{
	font-family: Calibri, "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
	font-size:130%;
	font-weight:bold;
	color:#555;
	color:#7c91ba;
	line-height:90%;
	}
.cbfValue{
	width:120px;
	}
.cbfValue .textField{
	width:120px;
	background-color:#e4e4e4;
	border:none;
	font-family:  Calibri, "Trebuchet MS", Arial, Helvetica, sans-serif; /*Tahoma,*/
	line-height: 100%;
	letter-spacing:-1px;
	font-weight:normal;
	font-size:100%;
	color:#777;
	}
