@charset "utf-8";
/* CSS Document */

.inputField { width: 232px; }
#formTable td { padding-bottom: 10px; }
.formLabel {
	font-weight: bold;
	text-align: right;
}
.formLabelTop {
	font-weight: bold;
	text-align: right;
	vertical-align: top;
}
legend {
	font-weight: bold;
	color: #923a42;
	font-size: 14px;
	padding: 0 5px;
}
fieldset { padding: 10px; }
.textfieldRequiredState .textfieldRequiredMsg, 
.textfieldInvalidFormatState .textfieldInvalidFormatMsg, 
.textfieldMinValueState .textfieldMinValueMsg,
.textfieldMaxValueState .textfieldMaxValueMsg,
.textfieldMinCharsState .textfieldMinCharsMsg,
.textfieldMaxCharsState .textfieldMaxCharsMsg
{
	border: none;
}
.textfieldValidState input, input.textfieldValidState {
	background-color: transparent;
}
/*Form Page*/
#formpage {
	height: auto;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	background-color: #ffffff;
	font-size: 20px;
	color: #000000;
	font-weight:bold;
	text-align: center;
	}
.formscramblebox {
	text-align:center;
	}

.pageheaders {
	color: #730104;
	font-size:24px;
	font-weight:bold;
	text-align: center;
	}

/*Form Reply Page*/
#wrapper {
	margin-left: auto;
	margin-right: auto;
	height: 1000px;
	width: auto;
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	overflow: hidden;
	background-color: #F0F0F0;
	}

#header {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	height: 215px;
	width: 900px;	
}

#content {
	height: auto;
	width: 875px;
	margin-right: auto;
	margin-left: auto;
	font-size: 14px;
	color: #0b2b0e;
	text-align: left;
	}

#formreply {
	font-style: italic;
	} 

#rtcolumn {
	float: right;
	width: 245px;
	font-size:12px;
	font-weight:bold;
	background-image: url(../Images/newtacoma/column2.gif);
	text-align: center;
	height: 1%;
	margin-left: 20px;
	margin-right: 10px;
	padding-left: 5px;
	padding-right: 5px;
	}
		
#footer {
	clear:both;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	font-size:10px;
	font-weight:bold;
	text-align: center;
	}
	
#footer a:link {
		color: #0b2b0e;} 
#footer a:visited {
		color: #923a42;}
#footer a:hover {
		color: #d2953d;}

/*Request info Reply*/

#copyright {
	color: #0b2b0e;
	text-align: left;
	font-size: 12px;
	line-height: 25px;
	background-image: url(../Images/newtacoma/navbar2.gif);
	padding-left: 5px;
	}	

