form.std_form {
	font-family: arial;
	font-size: 10pt;
}
form.std_form fieldset { 
	width: 500px;
}
form.std_form legend {
	font-weight: bold;
	color: orange;
	font-size: 14pt;
}
form.std_form label {
	display: block;
	float: left;
	margin-right: 20px;
	text-align: right;
	font-weight: bold;
	
	width: 140px;
}
form.std_form input[type="text"] {
	width: 315px;
}
form.std_form input[type="password"] {
	width: 315px;
}
form.std_form input[type="submit"] {
	font-weight: bold;

	width: auto;
}
form.std_form textarea {
	width: 315px;
	height: 150px;
}