.alert {
	box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px #888;
}
.alert.hide {
	display: none;
}
