/* System messages */
.notice, .info, .warning, .success, .error {
	border-radius: 5px;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 11px 15px 8px;
	margin: 10px 0;
	color: #1d1d1d;
	font-weight: bold;
}
	.notice a, .info a, .warning a, .success a, .error a {
		color: #000;
		text-decoration: underline;
	}
	.notice {
		background: #f4ef9a;
		border: 1px solid #dcd783;
	}
	.info {
		background: #b5d1ff;
		border: 1px solid #a4c1ee;
	}
	.warning, .error {
		background: #ffb5b5;
		border: 1px solid #e09799;
	}
	.success {
		background: #bcffb5;
		border: 1px solid #a3e59b;
	}
	
/* Close button */
.close {
	width: 22px;
	height: 22px;
	position: absolute;
	background: url(../images/close000.png) no-repeat;
	top: -8px;
	left: -8px;
	cursor: pointer;
}