/*
table tbody tr td ul.error_list
{
	color: red;
	position: absolute;
	width: 150px;
	border: 1px solid black;
	padding: 0 3px;
	margin: 0 0 0 270px;
	background: #FFCC99;
	list-style: inside url("/images/arrow.gif");
}
*/

.cursor_hand
{
	cursor: help;
}