label span.notated { color: red; font-weight:bolder; font-size:12px }

/* NOTA: we'll be using one or the other of the following:
example-pcode { font-size:12px; color:white; background:gray; padding:2px }
.instructions { font-size:12px; color:white; background:gray; padding:2px }
*/

.disabled {
  background-color: #eee;
  border: 1px inset #999;
}

form label {
	display: block;
	float: left;
	width: 110px;
	padding: 0;
	margin: 5px 0 0;
	text-align: right;
	font-family: Arial;
	font-size: 12px;
}

br { clear:	left }

.hide-err-message { display: 	none }

#err-msg-1, #err-msg-2, #err-msg-3 {
	margin-top:		4px;
	margin-left:		8px;
	margin-bottom:	6px;
	float:				left;
	width:				450px;
	color:				red;
	background-color: gold; /* #FFAEAE; */
/*	font-weight:			bold;  */
	font-family: 		arial, 'lucida console', sans-serif;
	font-size:			14px;
	padding-left:		4px;
}

div#spacer { width: 100px; text-align:right; color:steelBlue }

form input, form select, form textarea {
	width: auto;
	margin: 5px 0 0 10px;
	font-family: Arial;
	font-size: 12px;
}

form input.grey-text {
	color: #aaa;
}

form select.focused {
	color: #000;
	background: #fff
}

form input.defocused, form select.defocused {
	color: #aaa;
	background: #ddd
}

textarea { overflow: auto; }

#search-form input.button {
	margin-left:40px;
	font-size:14px;
}

.dlog-title
	{ font-family:Arial; font-size:14px; font-weight: bold }
	