/* CSS Document */

fieldset {
	width:550px;
	margin: 1em 0;
	padding: 1em;
	background: transparency;
	border:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:90%;
	color:#000066;
}
	
legend {
	font-weight: bold;
	color: #993399;
	display: block;
}

input {
	width: 200px;
}

input:focus, textarea:focus {
	background: #ffc;
}

input[type="text"], textarea{
	border-top: 2px solid #999;
	border-left: 2px solid #999;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

input.radio, input.checkbox, input.submit{
	width: auto;
}
	
textarea {
	width: 300px;
	height: 100px;
}

label {
	display: block;
	float: left;
	width: 250px;
}

submit {
	background:#999999;
}

.required {
	font-size: 0.75em;
	color:#ff0000;
}
	
