
/* Custom dialog/modal headers */
.dialog-header-error { background-color: #a0202c; }
.dialog-header-wait { background-color: #a0202c; }
.dialog-header-notify { background-color: #a0202c; }
.dialog-header-confirm { background-color: #333333; }
	.dialog-header-error span, .dialog-header-error h4,
	.dialog-header-wait span, .dialog-header-wait h4,
	.dialog-header-notify span, .dialog-header-notify h4,
.dialog-header-confirm span, .dialog-header-confirm h4 
{ color: #ffffff; }