/* arch-tag: 15b7d5385f1c52906afda96e4733d08d
 */

div.form_err {
	display: inline;
	font-size: smaller;
	color: #e22;
}

table#signup {
	margin-top: 0.9em;
	margin-bottom: 0.9em;
	border: none;
}
table#signup td {
	padding: 0.75em 0px;
	padding-right: 1em;
	vertical-align: bottom;
}

span.note {
	font-size: smaller;
	font-style: italic;
}

ol li {
	margin: 1em 0px;
}

table#log {
	border: none;
	border-collapse: collapse;
}
table#log td {
	border: 1px solid #666;
	padding: 4px;
}
table#log td.same {
	border: none;
}
table#log td.spacer {
	border: none;
	width: 10px;
}
