body {
	margin: 10px;
}
table {
	border: 0;
	border-collapse: collapse;
}
th, td {
	padding: 4px;
	text-align: left;
	vertical-align: top;
}
img {
	border: 0;
	vertical-align: bottom;
}
a {
	color: inherit;
}
input {
	vertical-align: middle;
	margin: 0;
	padding: 0;
}

body, th, td, p, input, select, textarea {
	font-family: Trebuchet MS, Tahoma, sans-serif;
	font-size: 11px;
	color: #000;
}
body a, td a, p a {
	color: #000;
}
th {
	color: #fff;
	border: solid 1px #4696ce;
	background-color: #4696ce;
}
th a {
	color: #fff;
}
td {
	border: solid 1px #4696ce;
}
textarea {
	width: 320px;
	height: 100px;
}
tr.light {
	background-color: #99ddee;
}
tr.clear td, tr.clear th {
	border: none;
	background: none;
}
td.tick {
	text-align: center;
}
td.optional {
	text-align: center;
}
td.buttons {
	text-align: right;
}
.optional {
	display: none;
}
.stars {
	width: 100px;
	height: 10px;
	background-image: url(images/stars-dark.gif);
	font: 0;
}
.stars .stars {
	background-image: url(images/stars-bright.gif);
}

