#form1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	font-style: normal;
	color: #333;
}
fieldset {
	background-color: #666;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-color: #999;
	border-bottom-color: #999;
	width: 400px;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}
legend {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color: #CCC;
	background-color: #999;
}
.text {
	width: 220px;
}
#form1 input.text:focus, #form1 textarea:focus {
	background-color: #999;
	border: 2px outset #999;
}

