form dl dt{
	font-weight: bold;
}

form dl dd{
	margin-bottom: 0.5em;
}

input.textfield{
	border: 1px solid #999;
	padding: 4px;
	font-size: 120%;
	width: 10em;
}

textarea{
	border: 1px solid #999;
	padding: 0.2em;
	font-size: 120%;
	width: 90%;
	height: 8em;
}

form .invalid{
	color: #f00;
}

#contact table{
	width: 100%;
}

#contact table th{
	padding: 1em;
	vertical-align: top;
}

#contact .invalid{
	font-size: 90%;
	color: #f66;

}

#colors h1{
	font-weight: bold;
	font-size: 300%;
	font-family: Georgia, serif;
	text-align: center;
	margin: 40px;
}

#colors table{
	width: 400px;
	margin:  0 auto 40px;
}

#colors table td{
	width: 50%;
	font-size: 120%;
}

.production-note{
	background: #f66;
	color: #fff;
	font-size: 160%;
	padding: 10px;
}