@charset "UTF-8";
fieldset {
	padding: 8px;
	border: 1px solid #CCCCCC;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 0.2em;
	margin-left: 0em;
}
fieldset li {
	margin-bottom: 8px;
}
label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	display: block;
	color: #333333;
}
legend {
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	color: #999999;
}
.required {
	font-family: Arial, Helvetica, sans-serif;
	color: #990000;
	font-size: 10px;
}
.formCopy {
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: normal;
	color: #000000;
	padding-left: 2px;
}
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:focus, textarea:focus {
	background: #FFF0A5;
}

