.message-dialog {
	background-color: grey;
	border-style: outset;
	border-width: 3;
	border-color: grey;
	position: relative;
	top: 0px;
	left: 0px;
}

.message-dialog-component {
	padding-left: 5px;
	background-color: white;
}

.message-dialog-title {
	font-size: 10pt;
	font-family: Verdana;
	height: 24;
	background-repeat: repeat-x;
	background-image: url(../../../common/includes/components/component_bin/messagebox_header_bg.jpg);
}

.message-dialog-content {
	font-family: verdana;
	font-size: 8pt;
	text-align: left;
	background-color: white;
}

.message-dialog-icon {
	background-color: white;
	height: 70;
	padding-left: 5px;
	padding-top: 5px;
}

.message-dialog-buttons {
	background-color: white;
	text-align: center;
	padding-bottom: 5px;
}

.message-dialog-button {
	cursor: pointer;
	background-color: #ffffff;
}

.message-dialog-close-span {
	padding-top: 3;
	border: 0px solid #000;
	background: transparent;
	cursor: pointer;
	width: 25px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../../../common/includes/components/component_bin/messagebox_header_close.jpg);
}

.message-dialog-title-span {
	font-size: 15px;
	padding-bottom: 5;
	padding-top: 2;
	padding-left: 4;
}
