/* 
	TVRM website stylesheet.
	Style sheet for forms.
	Some specifics if common enough.
*/
/*---------------------------------------*/
/* Generic form styles */

	fieldset.formfieldset {
		background-color: #E8B07A;
		border: 1px solid #8B4501;
		padding: 0 0 5px 5px;
		width: 450px;
	}
	
		fieldset.formfieldset legend {
			font-size: 2em;
			font-weight: bold;
			color: #8B4501;
			margin-bottom: 15px;
		}
	
	fieldset.formfieldset_2nd {
		background-color: #E8B07A;
		border: 1px solid #8B4501;
		padding: 0 0 5px 5px;
		width: 400px;
		margin-bottom: 10px;
	}
	
		fieldset.formfieldset_2nd legend {
			font-size: 1.2em;
			font-weight: bold;
			color: #8B4501;
			margin-bottom: 15px;
		}
	
	input.formtxtfld {
		color: #000000;
		background-color: #FDE0C2;
		border: 1px inset #245424;
	}
	
	select.formslctfld, option.formoptfld {
		color: #000000;
		background-color: #FDE0C2;
		border: 1px inset #245424;
	}

	textarea.formtextarea {
		color: #000000;
		background-color: #FDE0C2;
		border: 1px inset #245424;
		width: 375px;
		height: 100px;
	}

	input.FormBtn {
		color: #FFEEDD;
		background-color: #8B4501;
		border: 1px outset #FFEEDD;
	}
	
/*---------------------------------------*/
/* MapQuest form styles */
	#MQInstructions {
		width: 265px;
		float: left;
		margin-right: 5px;
	}
	
	#MQFormStyle {
		width: 145px;
		float: right;
		padding-right: 40px;
	}
	
	#MQFormStyle table {
		background-color: #E8B07A;
	}
	
	p.MQdisclaimer {
		font-size: 0.75em;
	}
	
	fieldset.MQFieldsetStyle {
		background-color: #E8B07A;
		border: 1px solid #8B4501;
		padding: 0 0 5px 5px;
		color: #000000;
		font: bold 1.1em Georgia, "Times New Roman", Times, serif;
		width: 175px;
	}
	
	img.MQimg {
		border: 1px solid #000000;
	}
