/* Some rules for rendering forms in the members area. */

textarea {
	width: 70%;
	height: 10em;
}

input {
	width: 70%;
}

label, input {
	display: block;
}

label {
	margin-top: 1em;
	font-size: 110%;
	font-weight: bold;
}

.formButtons {
	text-align: right;
	width: 70%;
}

.formButtons input {
	width: auto;
	display: inline;
}

/* Table based forms. */

input.checkbox, input.fileInput {
	display: inline;
	width: auto;
}

.row div {
	float: left;
}

.row input {
	width: auto;
}

form th {
	text-align: right;
	width: 30%;
}

form th, form td {
	border: 0;
}

form table {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}

table input {
	width: auto;
}

#loginForm {
	margin:0;
	padding:0;
	width:200px;
}
.error {color: #FF0000}