@CHARSET "ISO-8859-1";

dt {
	padding: 0 0 5px 0;
}

#accordionContainer dt{
	width: 300px;
	float: left;
	clear: both;
}

dd {
	padding: 0 0 5px 5px;
}

dt label.required:before {
	content: "* ";
	color: #ff0000;
}

ul.errors {
	padding: 5px 0 5px 25px;
	color: #ff0000;
}

table.display th.links {
	width: 150px; 
}

table.display a, table.display a:visited, table.display a:link  {
	text-decoration: none;
	color: #3383BB;
	font-size: 9px;
}