form.mp_form {
/*	font-size: 1.0em;*/
	margin-bottom:0;
}
form.mp_form label {
	font-weight:bold;
}
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 solid red; background-color:#ffc2c2; }

div.container {
	background-color:;
	border: 0px solid red;
	margin: 0px;
	padding-left: 120px;
	text-align:left;
	display: none;
}
div.container ol li {
	list-style-type: disc;
	margin-left: 20px;
}
.container label.error {
	display: inline;
}
.hints {
	font-size:9px;
	font-weight:normal;
}



