.mt-dialog{
	left: 180px;
	position: absolute;
	top: 150px;
	width: 390px;
	z-index: 10;
	display: none;
	border: 20px solid #3174a9;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	background-color: #3174a9;
}

.mt-dialog-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	background: none repeat scroll 0 0 rgb(0, 0, 0);
	top: 0;
	left: 0;
	opacity: 0.5;
	z-index: 10;
	filter: alpha(opacity=50);
	display: none;
}

.mt-dialog-contents{
	background: none repeat scroll 0 0 white;
	min-height: 30px;
}

.mt-dialog-header .title{
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif !important;
	float: left;
	margin-left: 10px;
	font-size: 12px !important;
}


.mt-dialog .cross{
	background: url(/MM/img/lib/dialog/closeDialogRed.png) no-repeat scroll 0 0 transparent;
    height: 28px;
    position: absolute;
    right: -10px;
    top: -14px;
    width: 28px;
    cursor:pointer;
}