@CHARSET "UTF-8";

.MessageRed{
	border: solid 1px red;
	background-image: url('../img/alert.gif');
	background-position: 4px 2px;
	background-color: white;
	background-repeat: no-repeat; 
	padding: 1em;
	padding-left: 3.5em;
	margin: 0 1px 10px 1px;
}

.MessageGreen, #flashMessage.message{
	border: solid 1px green;
	background-image: url('../img/fine.gif');
	background-position: 4px 2px;
	background-repeat: no-repeat; 
	background-color: white;
	padding: 1em;
	padding-left: 3.5em;
	margin: 0 1px 10px 1px;
}
div.error-message {
	clear: both;
	color: #900;
	font-weight: bold;
}
