 

/* ------------------------------- */
.invisible {
	position:absolute;
	left:-1000px;
	top:-1000px;
	width:0px;
	height:0px;
	overflow:hidden;
	display:inline;
}

.err_msg {
	font-size: 0.9em;
	border: 1px dotted red;
	margin: 5px 0;
	padding: 5px;
	width: 18.7em;
}

.highlight {
	color: red;
}
