.message_dialog_wrapper {
    height: 90%;
}

.message_dialog .icon {
	width: 32px;
	height: 32px;
	position: absolute;
	float: left;
	/* background-image: url(msgbox_info_blue32.png); */
	/* background-repeat: no-repeat; */
}
/*
.icon_info {
	background-image: url(msgbox_info_blue32.png);
}

.icon_error {
	background-image: url(msgbox_error32.png);
}
*/
.message_dialog .message {
	position: relative;
	float: left;
	margin-left: 60px;
	margin-top: 4px;
	margin-right: 1em;
}

.message_dialog .message p {
   font-size: 13px;
   font-weight: bold;
   line-height: 1.3em;
}

.message_dialog em {
   font-size: 1.2em;
}

.message_dialog .buttons {
	text-align: center;
	width: 100%;
	position: absolute;
	bottom: 1em;
}