.alertgood {
	text-align: left;
	border-top: 1px solid #9c9;
	border-bottom: 1px solid #9c9;
	padding: 5px 5px 5px 30px;
	font-size: 11px;
	margin: 0 20px 15px 0px;
	color: #060;
	background: url("/images/checkicon.gif") #e2f9e3 left no-repeat;
}

.alertbad {
	text-align: left;
	font-weight: bold;
	border-top: 1px solid #c99;
	border-bottom: 1px solid #c99;
	padding: 5px 5px 5px 30px;
	font-size: 11px;
	margin: 0 20px 15px 0px;
	background: url("/images/badicon.gif") #c00 left no-repeat;
	color: #fff;
}

.hand{
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
}