div.spaced_form_field {
	margin-bottom:20px;
	text-align:left;
}

div.faded_form_subtext {
	color:#999;
	width:600px;
	font-size:12px;
}

div.spaced_form_field input[type=text], div.spaced_form_field input[type=password] {
	padding:4px;
	border:3px solid #ccc;
	border-radius:3px;
	color:#09b;
	font-size:18pt;
	width:70%;
}

div.field_label {
	font-weight:bold;
}