body, td, div, span, h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 12px;
}

.clicktrail {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.errorbox {
	display: block;
	margin-bottom: 10px;
	font-weight: bold;
}

/* defaults */
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 16px;
}

h2 {
	font-size: 12px;
	padding-bottom: 4px;
	border-bottom: 1px solid #eee;
	margin-bottom: 6px;
	color: #006;
}

.tab {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
}

.tab .even td {
	padding: 4px;
	background: #eee;
}

.tab td, .tab .odd td {
	padding: 4px;
	background: #f6f6f6;
	border-bottom: 1px dotted #ccc;
}

.tab .submit td {
	border: none;
	border-bottom: 1px solid #ccc;
	text-align: right;
}
