/* inherits from codebase.css */

/*
body {
	font-size: 12px;
}

h1 {
	font-size: 1.9em;
	color: #ff7200;
	margin-bottom: 1em;
}
h2 {
	font-size: 1.4em;
	margin-bottom: 0.25em;
	font-weight: normal;
}

a {
	color: #ff7200;
}

input.button {
	padding: 0 10px;
	font-size: 0.9em;
}

div.clear {
	clear: both;
}

#content {
	padding: 20px 20px 60px;
}*/



/* forms */
form table {
	width: 100%;
}
form table th,
td.form-cell-label {
	text-align: right;
	padding-right: 10px;
	font-weight: normal;
}

form table td.spacer,
form table td.form-cell-spacer {
	height: 1em;
}

form input.textfield {
	width: 200px;
}

form span.error {
	color: #f00;
}

form span.output {
	font-weight: bold;
}

td.form-cell-error{
	color: #ff0000;
}
