

.header .toolbar {
	margin-top: 12px;
	margin-left: 15px;
}

.headline h1 {
	font-size: 1.4em;
	font-weight: bold;
}

.block-content {
	margin: 5px 8px 18px;
}

.block-content .block {
	border-top: 1px solid #ccc;
	margin-top: 10px;
}

.block-content .note {
	border-top: 1px solid #ccc;
	color: #999;
	margin-top: 10px;
	padding: 10px 0 0 0;
}

form td {
	padding: 2px;
}

.inputfield {
	border: 1px solid #999;
	color: #333;
	font-size: 11px;
	height: 19px;
	width: 356px;
}

.inputselect {
	border: 1px solid #999;
	color: #333;
}

.inputfield-short {
	border: 1px solid #999;
	color: #333;
	font-size: 11px;
	height: 19px;
	width: 245px;
}

.notification {
	color: #ff0000;
	font-size: 1.2em;
	margin-top: 5px;
	margin-bottom: 5px;
}

.result-table th {
	background-color: #EAEFF2;
	border: 1px solid #999;
	color: #000;
	line-height: 1em;
	padding: 6px 6px;
	text-align: left;
}

.result-table td {
	border: 1px solid #999;
	padding: 6px 6px;
	vertical-align: top;
}

.link-underline a {
	text-decoration: underline;
}