#form {
	width: 350px;
}

fieldset {
	color: #005496;
}

legend {
	font-family: Arial,Helvetica,Geneva,Sans-serif;
	font-size: 12pt;
}

label {
	font-family: Arial,Helvetica,Geneva,Sans-serif;
	font-size: 10pt;
	display: block;
	margin: 5px 5px;
	padding: 0;
	float: left;
	width: 80px;
}

input {
	font-family: Arial,Helvetica,Geneva,Sans-serif;
	font-size: 10pt;
	display: block;
	width: 200px;
	padding: 3px;
	margin: 5px;
}

select {
	display: block;
	margin: 5px;
	width: 120px;
}

textarea {
	width: 300px;
	height: 100px;
	margin: 5px;
}

.required {
	font-weight: bold;
}


input:focus, textarea:focus {
	/*background-color: #cccccc;	*/
	border: 2px solid #60AF1E;
}

select:focus {
	/*background-color: #cccccc;	*/
	border: 1px solid #60AF1E;
}
