*[class^="dialog_"] {
	display: block;
	color: #666;
	font-weight: normal;
	padding: 20px 20px 20px 45px;
	border: 1px solid #DDD;
	width: auto;
	font-size: 1.2em;
	background-color: #FAFAFA;
	background-image: url(/images/icons/information.png);
	background-repeat: no-repeat;
	background-position: 20px center;
	margin: 10px 10px 10px 0px !important;
	text-align: left;
	overflow: hidden;
}
*[class^="dialog_success"], *[class^="dialog_note"], *[class^="dialog_stop"] {
	animation-name: blinkingText;
	animation-duration: 0.5s;
	animation-iteration-count: 3;
	animation-delay: 0s;
}
@keyframes blinkingText {
	from {
		opacity: 1;
		}
	to {
		opacity: 0;
		}
	0% {
		opacity: 0;
	}
	50% {
		opacity: .5;
	}
	100% {
		opacity: 1;
	}
}
span[class^="dialog_"] {
	display: inline-block;
	margin: 0px !important;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 1.2em;
}
.dialog_anniversary {
	background-image: url(/images/icons/star.png);
	font-size: 0.9em;
}
.dialog_announcement {
	background-image: url(/images/icons/bell.png);
	font-size: 1em;
	border-color: rgba(205,168,82,1);
	background-color: rgba(203,162,73,0.1);
	font-weight: bold;
}
.dialog_birthday {
	background-image: url(/images/icons/cake.png);
	font-size: 0.9em;
}
.dialog_money {
	background-image: url(/images/icons/money_dollar.png);
}
.dialog_caution, .dialog_caution_tiny {
	color: #666;
	background-color: #FFC;
	background-image: url(/images/icons/error.png);
	border-color: Gold;
}
.dialog_note, .dialog_note_small, .dialog_message {
	background-color: #E6FFFF;
	border-color: #6CF;
}
.dialog_stop {
	border-color: #F00;
	background-color: rgba(255,0,0,0.1);
	background-image: url(/images/icons/exclamation.png);
	color: #F00;
}
.dialog_success {
	background-color: #F0FFF0;
	background-image: url(/images/icons/checkmark.png);
	border-color: #23D828;
	color: DarkGreen;
}
.dialog_tip {
	background-image: url(/images/icons/lightbulb_a.gif);
	border-color: Orange;
	background-color: #FFF6E6;
	font-size: 1em;
	color: #666;
}
.dialog_debug {
	color: #666;
	font-weight: normal;
	background-image: url(/images/icons/bug.png);
	border: 1px solid #0F0;
	background-color: #ECFFEC;
}
.explain_text {
	color: #777;
	font-style: italic !important;
	font-size: 0.9em !important;
	line-height: 1.2em;
	font-weight: normal;
}
