@charset "utf-8";
/* CSS Document */

.finePrint {
	font-size: smaller;
}

.bold {
	font-weight: bold;
}

label{
	width: 6em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block
}

label.long{
	width: 13em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block
}

.submit input{
	margin-left: 6.5em;
}

.note {
	font-size: smaller;
}

.error {
	color: red;
}

.r2d2 {
	display: none;
}