/* CSS Document */

fieldset {
	font-size:14px;
}
input {
	width: 200px;
	padding-bottom: 5px;
}
input:focus, textarea:focus {
	background: #E3F2B0;
}
input[type="text"], textarea {
	border-top: 2px solid #999;
	border-left: 2px solid #999;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background: #E3F2B0;
}
input.radio, input.checkbox, input.submit {
	width: 25px;
}
textarea {
	width: 400px;
	height: 100px;
}
label {
	display: block;
	float: left;
	width: 180px;
}
.button {
	width: 50px;
	background-color: #E3F2B0;
	border: 1px solid #000;
}

.checkbox {
	width: 10px:	
}

/*submit {
	background:#999999;
}

.required {
	font-size: 0.75em;
	color:#993399;
}/*

