.text {
	background: #f4f4f4;
	border: 1px solid #b2b2b2;
	color: #000;
	font-family: "Trebuchet MS", "Times New Roman", Times, serif;
	font-size: 13px;
	margin: 1px;
	padding: 3px;
}

.text:focus {
	background: #ffffff;
	border: 1px solid #686868;
}

INPUT.button {
	background: url(images/fade-butt.png);
	border: 1px solid #999;
	border-left-color: #ccc;
	border-top-color: #ccc;
	color: #333;
	padding: 0.25em;
	background-color: #f4f4f4;
	font-family: "Trebuchet MS", "Times New Roman", Times, serif;	
	font-size: 13px;
}

INPUT.button:active {
	background: #f4f4f4;
}

FIELDSET {
	border: 1px solid #ddd;
	padding: 3px;
	font-family: "Trebuchet MS", "Times New Roman", Times, serif;
	font-size: 13px;
}

LEGEND {
	color: #BD084A;
}
