#messages .message, #messages .info, #messages .success, #messages .warning, #messages .error {
    border: 1px solid;
    margin: 10px 0px;
    padding:15px 10px 15px 65px;
    background-repeat: no-repeat;
    background-position: 10px center;
	font-size: 125%;
}
#messages .message, #messages .info {
    /* color: #00529B; */
	border-color: #00529B;
    background-color: #BDE5F8;
    background-image: url('../img/message/info.png');
}
#messages .success {
    /* color: #4F8A10; */
	border-color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url('../img/message/success.png');
}
#messages .warning {
    /* color: #9F6000; */
	border-color: #9F6000;
    background-color: #FFFABF;
    background-image: url('../img/message/warning.png');
}
#messages .error {
    /* color: #D8000C; */
	border-color: #D8000C;
    background-color: #FFBABA;
    background-image: url('../img/message/error.png');
}


/*
div.error-message {
	clear: both;
	color: #900;
	font-weight: bold;
}
div.error {
	border: 2px solid red;
	padding: 2px !important;
}
p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}

div#flashMessage {
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
	border: 2px solid #ccc;
}

div.message {
	background: #FFFFDF;
}
div.success {
	background: #E4FFDF;
}
div.error {
	background: #FFDFDF;
}
*/







/* Notices and Errors */
/*
div.message {
	clear: both;
	color: #900;
	font-size: 140%;
	font-weight: bold;
	margin: 1em 0;
}
div.error-message {
	clear: both;
	color: #900;
	font-weight: bold;
}
p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}
.notice {
	background: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	background: green;
	color: #fff;
}
*/
