body,td {
	font-family: sans-serif, Verdana, Arial, Helvetica;
	font-size: 14px;
	color: #404040;
}

div.hline {
	height: 10px;
	border-bottom: 1px dashed #000000;
	margin-bottom: 10px;
	padding: 0;
}

.services_about {
	color: #404040;
	font-family: sans-serif, Verdana, Arial, Helvetica;
	font-size: 12px;
	padding: 6px;
	text-align: justify;
}
.services_about b {
	font-size: 14px;
	font-style: italic;
}

.small_input {
	border-left: 1px solid #017AB1;
	border-top: 1px solid #017AB1;
	border-right: 1px solid #017AB1;
	border-bottom: 1px solid #017AB1;
	height: 1.7em;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #EC008C;
}

/* ---------- messages --------- */
.msgInfo {
	margin: 5px 10px 5px 10px;
	border: 2px solid;
	background: #ffffff;
	padding: 10px 32px;
	background-repeat:  no-repeat;
	background-position:  10px 11px;
	border-color: #009933;
	background-image: url(/img/msgInfo.gif);  
}

.msgInfo .title {
	color: #009933;
	font-weight: bold;
}

.msgWarning {
	margin: 5px 10px 5px 10px;
	border: 2px solid;
	background: #ffffff;
	padding: 10px 32px;
	background-repeat:  no-repeat;
	background-position: 10px 11px;
	border-color: #CC9901;
	background-image: url(/img/msgWarning.gif);
}

.msgWarning .title {
	color: #CC9901;
	font-weight: bold;
}

.msgError {
	margin: 5px 10px 5px 10px;
	border: 2px solid;
	background: #ffffff;
	padding: 10px 32px;
	background-repeat:  no-repeat;
	background-position:  10px 11px;
	border-color: #cc0000;
	background-image: url(/img/msgError.gif);
}

.msgError .title {
	color: #cc0000;
	font-weight: bold;
}

.remark {
	font-size: 10px;
	color: #A0A0A0;
}
.commenter-name {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.date-time {
	font-size: 10px;
	color: #808080;
}
.comment-text {
	font-size: 12px;
	color: #000000;
}
