.notification-body {
	display: inline-block;
	position: fixed;
	padding: 7px 10px 7px 10px;
	margin: 10px;
	max-width: 300px;
	z-index: 1040;
	box-shadow: 0px 1px 5px;
}

.notification-body button.close {
	position: absolute;
	right: 7px;
	top: 3px;
}

.notification-body h5 {
	padding: 0 15px 0 0;
	margin: 0 0 3px 0;
}

.notification-body.alert-normal h5 {
	color: #666;
}

.notification-body.alert-normal {
	border: 1px solid #ccc;
	background: white;
	color: #666;
}

.notification-body.left {
	left: 0;
}

.notification-body.right {
	right: 0;
}

.notification-body.top {
	top: 0;
}

.notification-body.bottom {
	bottom: 0;
}