#flashMessage.success {
	background-color: #cfc;
	border-color: #6d6;
	color: #000;
	background-image: url(/img/holder_corners.gif);
}
#flashMessage.fail {
	background-color: #F00;
	border-color: #6d6;
	color: #FFF;
	background-image: url(/img/holder_corners.gif);
}
#holder {
	margin: 2px 0 5px 0;
	font-size: .9em;
	padding: 0;
	height: 22px;
	width: 900px;
}
#holder div {
	padding: 0px;
	height: 20px;
	line-height: 20px;
	background-repeat: no-repeat;
}
#holder div strong {
	padding-left: 5px;
}
.error_message {
	border-bottom: 1px solid #FDD0B6;
	padding-bottom: 5px;
	margin-right: 25px;
}
