@charset "utf-8";
body {

}

body, input, textarea, select {
	font: normal normal normal 12px arial,helvetica,verdana,sans-serif;
}

h1 {
	font-size: 24px;
	font-weight: bold;
}

h3 {
	font-size: 16px;
	font-weight: bold;
}

table.form {
	border: none;
}

table.form td {
	vertical-align: top;
	border: none;
	padding: 5px;
}

table.form td.label {
	font-weight: bold;
	text-align: right;
}

table.results {
	border: 1px solid #000;
}

table.results td, table.results th {
	padding: 5px;
	vertical-align: top;
	border: 1px solid #000;
}

table.results th {
	background: #EBE2FA;
	text-align: center;
	font-weight: bold;
}

table.results td.alt {
	background: #eee;
}

table.results td.heading {
	font-size: 16px;
	font-weight: bold;
}

img.noborder {
	border: none;
}

span.warning {
	font-weight: bold;
	color: #f00;
}