/*-----------------------------------------------
	Forms 
	*/
	/* Global form styles */
	div.referral-form, div.appointment-form, div.comments {
		width: 100%;
		margin-top: 18px;	
		letter-spacing: normal;
	}
	
	fieldset {border: 0; padding: 9px 0;margin: 0 18px;}
		fieldset h2 {margin: 0 0 9px;}
		fieldset p {margin: 0 0 18px;}
		fieldset p.disclaimer {font-size: 90%; font-style: italic; margin: 0;}
		fieldset dl {}
			fieldset dl dt {font-size: 16px; clear: both; margin: 9px 0 0;}
				fieldset dd ul {margin: 9px 0;}
					fieldset dd ul li, fieldset dd ol li {list-style: none;}
					fieldset dd li {
						clear: both; 
						margin: 3px 0; 
						padding: 5px 0 4px 10%;  
						overflow: auto; 
						height: auto;
						position: relative;
						}
					fieldset dd li:hover {background: #E0CD9D;/* customize me - this is the hover color change of li */}
					fieldset dd li input:hover, fieldset dd li input:focus,
					 fieldset dd li select:hover, fieldset dd li select:focus, 
					 fieldset dd li textarea:hover, fieldset dd li textarea:focus {
					 	background: #f1f1f1;/* customize me - this is the hover color change of form fields*/
					 	outline-color: #074C48;/* customize me */
					 	}
						fieldset li h3 {font-size: 12px; line-height: 18px; margin: 0;}
						fieldset li div {float: left; display: inline-block; width: 40%; position: relative; padding-right: 5%;}
						fieldset li div.input-street {width: 85%;}
						fieldset li div.input-city {width: 60%;}
						fieldset li div.input-full-name {width: 85%;}
						fieldset li div.input-phone-full {width: 85%;}
						fieldset li div.input-email {width: 85%;}
						fieldset li div.input-zip {width: 20%;}
						fieldset li div.content-switch, fieldset li div.radio, fieldset li div.checkbox {width: 85%;}
							fieldset li div.radio input {border: none;}
							fieldset li div.radio label {padding-right: 9px; font-size: 90%;}
						/*fieldset li div.hidden-content, fieldset li.hidden-content {display: none;}*/
						fieldset li div.input-select-full {width: 85%;}
						fieldset li div.input-comments {width: 85%;}
							li div.input-comments textarea {height: 63px; overflow: auto;}
						fieldset li div.input-captcha {width: 50%;}
						fieldset li div.verification {width: 35%;}
							li div.verification img {
								border: 1px solid; 
								margin-top: 9px;
								-moz-border-radius: 4px; /*for Moz, optional*/
								-webkit-border-radius: 4px; /*for Webkit Browsers, optional*/
								}
							fieldset li div label {
								line-height: 18px; 
								font-weight: bold; 
								margin-bottom: 9px;
								font-size: 80%; 
								color: #10524E;/*override to match site*/
								}
							fieldset li div input, fieldset li div textarea, fieldset li div select {
								display: block; 
								line-height: 18px; 
								width: 100%;
								border: 1px solid;
								padding: 4px 0 3px;
								text-indent: 4px;
								margin-top: 9px;
								-moz-border-radius: 4px; /*for Moz, optional*/
								-webkit-border-radius: 4px; /*for Webkit Browsers, optional*/
								}
							fieldset li div select {height: 25px;}	
							fieldset li div.radio input {display: inline; width: auto; margin-right: 4px;}
							fieldset li div div {width: 100%;}
							button {border:0 none; margin:0; text-align:left; }
						fieldset dl dd.form-footer button, fieldset dl dd.form-footer button:visited {
							background: #913D4C url(../images/alert-overlay.png) repeat-x;
							display: inline-block;
							padding: 5px 10px 6px;
							color: #fff;
							text-decoration: none;
							-moz-border-radius: 5px;
							-webkit-border-radius: 5px;
							-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
							-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
							text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
							border-bottom: 1px solid rgba(0,0,0,0.25);
							-moz-focus-inner padding:0; 
							position: relative;
							cursor: pointer;
							font-weight: bold;
							line-height: normal;
							}
						fieldset dl dd.form-footer button:hover { background-color: #630030; color: #fff; }
						fieldset dl dd.form-footer button:active { top: 1px; }

							
					
	/* appointment form 
	* Styles only for the appointment request form
	*/	

	
	/* comment form 
	* Styles only for the comments form
	*/
	/*numbering added by jQuery*/
	fieldset ol li span.comment-number {
		font-size: 150%;
		color: #537197;/* customize me*/
		position: absolute;
		left: 9px;
		top: 9px;
	}
		
	
	/* referral form 
	* Styles only for the referral form
	*/	
	.referral-form fieldset li div.radio {width: 40%;}

	/*Small Contact Form*/
#smallcontact {
	margin: 0px 0px 0px -20px;
	padding: 0px;
}
#smallcontact div {position: relative; width: 100%; clear: both;}
#smallcontact label {
	margin-left: 9px;
	text-align: left;
	position: absolute;
	display: block;
	width: 60px;
	z-index: 9;
}
#smallcontact input, #smallcontact textarea {
	margin: 0px 0px 5px;
	padding: 4px;
	overflow: auto;
	text-indent: 45px;
}
#smallcontact textarea {text-indent: 9px; padding-top: 20px;}
#smallcontact div.error {
	border: 1px solid #990000;
	text-align: right;
	width: 230px;
	z-index: 10;
	display: block;
	position: absolute;
	padding-top: 4px;
	padding-right: 30px;
	padding-bottom: 3px;
	background-color: #F9F9FB;
	background-image: url(../images/validate_error.jpg);
	background-repeat: no-repeat;
	background-position: 98% center;
	top: 0;
	left: 0;
	margin: -2px 0 0 -260px;
}

#smallcontact div.success {
	background: #F9F9FB url(../images/validate_ok.jpg) no-repeat 98% center;
	border: 1px solid #006600;
	color: #000;
	text-align: right;
	width: 230px;
	z-index: 10;
	padding-top: 4px;
	padding-right: 30px;
	padding-bottom: 4px;
	padding-left: 4px;
	position: absolute;
	top: 0;
	left: 0;
	margin: -2px 0 0 -260px;
}
#smallcontact .inactive{color:#f1e8d2;}	 
#smallcontact .active{color:#f1e8d2;}	 		
#smallcontact .focused{color:#f1e8d2;background:#481921;}	 
/* JQuery */
	input.error, select.error, textarea.error {border-color: #a52003; background: #fefda1;}
	div.error {
		background: url(../images/validate_error.gif) 0 0 no-repeat; 
		color: #a52003; 
		width: 18px; 
		height: 18px; 
		position: absolute; 
		top: 0; 
		right: 0; 
		overflow: hidden; 
		display: block; 
		margin: 12px -2% 0 0; 
		text-indent: -999em;}
	div.success {
		background: url(../images/validate_ok.gif) 0 0 no-repeat; 
		width: 18px; 
		height: 18px; 
		position: absolute; 
		top: 0; 
		right: 0; 
		overflow: hidden; 
		display: block; 
		margin: 12px -2% 0 0; 
		text-indent: -999em;}

	.contact-form div.error, .contact-form div.success {margin-left: 0;}
