/* CSS Document */
fieldset {
	width:500px;
	border: solid 0 transparent;
	margin: 1em 0;
	padding: 1em;
	border: 1px solid #ccc;
}

legend {
	font-weight:bold;
	font-size:0.85em;
	color:#ff0000;
	margin-bottom:1em;
}

label {
	display:block;
}
.floatLeft {
	float:left;
	width:16em;
}
/*input[type="text"] {
	width: 200px;
}*/
textarea {
	width:300px;
	height:100px;
}
input.radio, input.checkbox, input.submit {
	width: auto;
}

input.radio {
	float:left;
	margin-right: 1em;
}

input.checkbox {
	float:left;
	margin-right: 1em;
}

input[type="text"], textarea {
	border-top: 2px solid #999;
	border-left: 2px solid #999;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
.required {
	font-size:0.75em;
	color:#ff0000;
}
input.invalid {
	background-color:#FF9;
	border: 2px red inset;
}
label.invalid {
	color:#FF0000;
	font-weight:bold;
}
