@CHARSET "ISO-8859-1";

#notify-message {
	overflow: hidden;
	height: 0;
}

#notify-message .header{
	font-size: 16px;
	font-weight: 500;
	font-family: 'HelveticaNeueW01-67MdCn 692710' !important;
	display: inline-block;
	padding: 10px;
}

#notify-message .button.close {
	margin-right: 10px;
	margin-top: 11px;
}

#notify-message.orange .button.close {
	background-position: -64px -2px;
}

#notify-message.white {
	background-color: #fff;
}

#notify-message.black {
	background-color: #000;
}

#notify-message.orange {
	background-color: #fc4a00;
}

#notify-message.orange .header,
#notify-message.black .header {
	color: #fff;
}