body {
	background-attachment: fixed;
	background-color: #fcf7e1;
	background-image: url( '../images/body.jpg' );
	background-position: center top;
	background-repeat: no-repeat;
	font-family: 'Candara', Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	text-align: left;
}

.caution, .informative, .notice, .warning, #system-message > div {
	background-position: 4px 4px;
	background-repeat: no-repeat;
	clear: both;
	font-size: 13px;
	margin: 15px 0;
	padding: 10px 8px 10px 40px;
}

.caution {
	background-color: #F8EFD4;
	background-image: url( '/media/system/images/notice-note.png' );
	border-bottom: solid 2px #ECD591;
	border-top: solid 2px #ECD591;
}

.informative, .notice, .alert.alert-message {
	background-color: #C9D7E8;
	background-image: url( '/media/system/images/notice-info.png' );
	border-bottom: solid 2px #86A9DC;
	border-top: solid 2px #86A9DC;
	color: #05b;
}

.warning {
	background-color: #E6C0C0;
	background-image: url( '/media/system/images/notice-alert.png' );
	border-bottom: solid 2px #DE7A7B;
	border-top: solid 2px #DE7A7B;
	color: #c00;
}
