form#swt_signup fieldset {
	border: 1px #d0d0d0 solid;
	margin-bottom: 1em;
}
form#swt_signup fieldset legend {
	font-weight: bold;
}
form#swt_signup fieldset label {
  display: block;
  width: 13em;
  float: left;
}
form#swt_signup fieldset div.element label {
  display: inline;
  float: none;
  width: auto;
}
form#swt_signup fieldset label.error {
	color: #880000;
}
form#swt_signup fieldset ol li {
  list-style-type: none;
  clear: left;
  margin-top: 0.5em;
}
form#swt_signup select option.selected {
  font-weight: bold;
}
form#swt_signup fieldset textarea {
	width: 300px !important;
}

div.swt_error {
	border: 1px #880000 solid;
	background: #ffdddd;
	color: #880000;
	padding: 0.5em;
	margin-bottom: 1em;
}

div.swt_confirm {
	border: 1px #008800 solid;
	background: #ddffdd;
	color: #008800;
	padding: 0.5em;
	margin-bottom: 1em;
}

table.swt_table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 2em;
}
table.swt_table tr th {
	background: #cacaca;
	padding: 0.2em 0.5em;
	font-size: 0.9em;
	border-right: 1px #ffffff solid;
}
table.swt_table tr td.swt_footline {
	background: #cacaca;
	padding: 0.2em 0.5em;
	font-size: 0.9em;
}
table.swt_table tr td {
	padding: 0.3em;
	border-right: 1px #ffffff solid;
}
table.swt_table tr.swt_pageinfo td div {
	border-top: 1px #ffffff solid;
	border-bottom: 1px #ffffff solid;
}
table.swt_table tr.swt_even td {
	background: #f5f5f5;
}
table.swt_table tr.swt_odd td {
	background: #ebebeb;
}
table.swt_table tr td.swt_hits {
	text-align: right;
}
h3.swt_category {
	font-size: 1.4em;
}
