/* CSS Document */

fieldset {
	margin: 1em 0;
	padding: 1em;
	border: 1px solid #CCC;
	background: #f8f8f8;
	}
legend {
	font-weight: bold;
	}
textarea {
	width: 400px;
	height: 150px;
	}
input:focus, textarea:focus {
	background: #ffc;
	}
input[type="text"] {
	width: 400px;
	}
	
input.radio, input.checkbox, input.submit {
	width: auto;
	}
label {
	float: left;
	width: 15em;
	}
	