body {
	background-color: #ddd;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 1.5;
}

a {
	color: #009;
	text-decoration: underline;
}

a.more, span.more {
	font-size: 12px;
	font-weight: bold;
	white-space: nowrap;
	padding-right: 10px;
	background: url("/images/readmore.gif") no-repeat 100% 50%; zoom: 1;
}

ul {
	padding-left: 16px;
}

ul.feature, ul.navigation {
	list-style: none;
	padding: 1px;
}

ul.feature li {
	background: url("/images/ok.png") no-repeat 0% 25%; zoom: 1;
	padding: 3px 25px;
}

ul.navigation li {
	background: url("/images/bullet.png") no-repeat 0% 25%; zoom: 1;
	font-weight: bold;
	padding: 3px 20px;
}

hr {
	clear: both;
	border: 0;
	padding: 10px;
}

th {
	border-bottom: #009 3px solid;
	color: #009;
}

tr.highlight, td.highlight {
	background-color: #eee;
}

.msg {
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}

blockquote {
	margin: 1em 0;
	padding-left: 4em;
	background: url("/images/quotes.png") no-repeat 0 0.5em;
	clear: both;
}

div.row {
	clear: both;
	padding-top: 12px;
}

div.row label {
	padding: 2px 10px 2px 0;
	font-weight: bold;
}

div.row input, select, textarea {
	width: 250px;
}

div.row input.error {
	background: url("/images/exclamation.png") no-repeat 100% #fff;
}

div.row span.mandatory:after {
	content: " *";
	font-weight: bold;
	color: #f00;
}

.huge {
	font-size: 24px;
}

.green { color: #080; }
.red { color: #c00; }
.neutral { color: #333; }
.light { color: #999; }
