ul.errors {
	list-style-type: square;
	color: #b94a48;
	padding-left: 25px;
}

.alert, .notification {
	padding: 8px 35px 8px 14px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	border-radius: 4px;
	border-width: 1px;
	border-style: solid;
}

.notification, .notification a {
	color: #c09853;
	background-color: #fcf8e3;
	border-color: #fbeed5;
	padding: 10px !important;
	min-width: 170px;
	float: left;
	margin-right: 10px;
}

.alert h4 {
	margin: 0;
}

.alert .close {
	position: relative;
	float: left;
	top: 2px;
	left: -5px;
	line-height: 20px;
	text-decoration: none;
	border-bottom: 0;
}

.alert-success, .alert-success a {
	color: #468847;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}

.alert-danger, .alert-error, .alert-danger a, .alert-error a {
	color: #b94a48;
	background-color: #f2dede;
	border-color: #eed3d7;
}

.alert-notice, .alert-notice a {
	color: #3a87ad;
	background-color: #d9edf7;
	border-color: #bce8f1;
}

.alert-warning, .alert-warning a {
	color: #c09853;
	background-color: #fcf8e3;
	border-color: #fbeed5;
}

.alert-block {
	padding-top: 14px;
	padding-bottom: 14px;
}

.alert-block > p,
.alert-block > ul {
	margin-bottom: 0;
}

.alert-block p + p {
	margin-top: 5px;
}

.notification .heading {
	font-weight: bold;
	text-align: center;
	font-size: 1.2em;
	text-shadow: 3px 3px 3px #dddddd;
	max-height: 200px;
}

.notification .value {
	text-align: center;
	font-size: 2em;
	text-shadow: 1px 1px 3px #333333;
}

.notification .view {
	text-align: right;
}