.ui-dialog.messageRed,.ui-dialog.messageYellow,.ui-dialog.messageWhite,.ui-dialog.messageBlue,.ui-dialog.messageGreen {
	text-align: center;
}

.ui-dialog-content {
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
}

.messageRed {
	border: 1px solid #c10;
}

.messageRed a.ui-dialog-titlebar-close {
	display: none;
}

.messageRed .ui-widget-header {
	border: 1px solid #aaa;
	background: #c10;
	color: #fff;
}

.messageYellow {
	border: 1px solid #fe5;
}

.messageYellow .ui-widget-header {
	border: 1px solid #aaa;
	background: #fe5;
	color: #000;
}

.messageWhite {
	border: 1px solid #000;
}

.messageWhite .ui-widget-header {
	border: 1px solid #aaa;
	background: #fff;
	color: #000;
}

.messageBlue {
	border: 1px solid #6997a7;
}

.messageBlue .ui-widget-header {
	border: 1px solid #aaa;
	background: #6997a7;
	color: #fff;
}

.messageGreen {
	border: 1px solid #0b0;
}

.messageGreen .ui-widget-header {
	border: 1px solid #aaa;
	background: #0b0;
	color: #fff;
}