/* Styles for the Contact Us form */
/* ------------------------------------------------------- */

.form {
	margin-top:24px;
}
.form h2 {
	margin-bottom:10px;
}
.form emph {
	color:#DA850B;
}

.form input {
	width:230px;
}
	.form input.button {
		width:75px;
	}
	.form input.name {
		width:120px;
	}
	.form input.zip {
		width:81px;
	}
	.form input.phone {
		width:49px;
	}
.form select {
	width:220px;
}
	.form select.state {
		width:140px;
	}
.form textarea {
	width:230px;
}

.form table {
	width:485px;
	margin-top:6px;
	border-bottom:solid #dddddd 1px;
}
	.form table td {
		padding-top:8px;
		padding-bottom:8px;
		border-top:solid #dddddd 1px;
	}
		.form table td.title {
			width:122px;
			padding-right:12px;
			text-align:right;
		}
		
.form span {
	padding-left:12px;
}
/* Hidden/Visible Classes */
.hidden {
	display:none;
	visibility:hidden;
}
.visible {
	display:block;
	visibility:visible;
}
.formField {
	background:#fff;
}

.formFieldHL {
	background:#E9B974;
}
.smallBold {
	font-size:10px;
	font-weight:bold;
}
#error {
	margin-top:10px;
	width:545px;
	border:1px solid #c00;
	background:#eee;
	padding:10px;
	font-size:12px;
	color:#333;
}
/* ------------------------------------------------------- */

