#Flash {
	text-align: left;
	border: 1px solid #ccc;
	padding: 5px 5px 5px 30px;
	/* font-size: 14px; */
	margin: 0 auto 12px auto;
}

.login #Flash {
  margin-top: 12px;
  /* font-size: 12px; */
}

#Flash.good {
	border-color: #9c9;
	color: #060;
	background: url(notifications/alertgood_icon.gif) #E2F9E3 left no-repeat;
}

#Flash.bad {
	border-color: #c99;
	color: #fff;
	background: url(notifications/alertbad_icon.gif) #c00 left no-repeat;
}
