form.mp_form {
/*	font-size: 1.0em;*/
	color: #333;
}
form.mp_form label {
	font-weight:bold;
	color:#FFFFFF;
}
form.mp_form label.error, label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: red;
	font-style: italic
}
input {	border: 1px solid black; }
input:focus { border: 1px dotted black; }
input.error { border: 1px dotted red; }

div.container {
	background-color: #eee;
	border: 1px solid red;
	margin: 5px;
	padding: 5px;
	color:#000000;
}
div.container ol li {
	list-style-type: disc;
	margin-left: 20px;
}
div.container { display: none }
.container label.error {
	display: inline;
}

.hints {
	font-size:9px;
	font-weight:normal;
	color:#FFFFFF;
}


