br {
	clear: both;
}

div.formError
{
	display: inline;
	color: red;
	width: auto;
	font-weight: bold;
	word-wrap: none;
}

div.fieldWithErrors
{
	display: inline;
}

fieldset {
	display: block;
	margin: 0 auto;
	text-align: left;
	padding-left: 50px;
	padding-top:  5px;
	border: none;
}

fieldset.note
{
	padding: 5px;
}

hr {
	margin: 5px 20px 10px 20px;
}

input,select,textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-bottom: 5px;
	padding-left: 3px;
}

label {
	float: left;
	width: 150px;
	text-align: right;
}

label.login {
	width: 75px;
}

label.autowidth
{
	width: auto;
}

legend {
	margin-left: -50px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #630808;	
}

select {
	padding-left: 0;
}

td {
	text-align: left;
}

#content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;	
}

#content table {
	width: 100%;
	border-collapse: collapse;
}

#content table * a {
	text-decoration: none;
	color: blue;
}

#content table * a:visited {
	text-decoration: none;
	color: blue;
}

#content table td {
	padding: 2px 4px;
}

#email {
	margin: 20px;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;	
}

#error {
	color: red;
	margin: 0 auto;
	font-weight: bold;
}

#notice {
	color: green;
	margin: 12px auto;
	font-weight: bold;
	color: #336633;	
}

.centering {
	text-align: center;
}

.even
{
	background-color: #eef;
}

.grouping {
	float: left;
	width: 150px;
}

.grouped {
	float: none;
	width: auto;
}

.information {
	text-align: left;
}

.odd {
	background-color: #efe;
}

.required {
	font-weight: bold;
}

.small {
	font-size: x-small;
}

/* Standard form help */
form .help_field {
	width: 20px;
	height: 1em;
	float: left;
	text-align: center;
}

form .help_field img {
	display: inline;
	width: 14px;
	height: 20px;
	margin-top: -4px;
}

form .help {
	position: absolute;
	z-index: 1000;
	border: 2px solid black;
	background: #ffc;
	padding: 1em;
	width: 230px;
	margin-top: 18px; /* Needs to be the line height */
	margin-left: 3px;
	/* IE fix */
	margin-top: expression('21px'); /* Needs to be the line height */
	margin-left: expression('-260px');
}

/* Scaffold Form Errors */

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  list-style: square;
}

#results {
	border: 1px solid black;
	white-space: nowrap;
}

#results thead {
	background: #eee;
}

#results th {
	text-align: center;
}

th, td {
	vertical-align: top;
}