.mdialog {
	position: relative;
	margin: 0 auto;
	min-width: 20px;
	max-width: 395px;
	z-index: 1;
	margin-left: 5px;
	_margin-left: 2.5px;
}

.mdialog .content,
.mdialog .left {
	position: relative;
	zoom: 1;
	background: transparent url(../timages/dialog/mdialog_content.jpg) no-repeat top right;
	/*_background-image: url(../timages/dialog/mdialog_content.jpg);*/ /* IE6 */
}

.mdialog .left {
	background-position: top left;
}

.mdialog .top,
.mdialog .top div,
.mdialog .bottom,
.mdialog .bottom div {
	background: transparent url(../timages/dialog/mdialog_corners.png) no-repeat top right;
	_background-image: url(../timages/dialog/mdialog_corners.gif); /* IE6 */
}

.mdialog .left,
.mdialog .content {
	position: relative;
	width: 100%;
}

.mdialog .left {
	margin-left: -5px;
}

.mdialog .content {
	zoom: 1;
	_overflow-y: hidden; /* IE6 */
	height: 100%; /* or 100% */
	margin-left: 5px;
}

.mdialog .top,
.mdialog .bottom {
	position: relative;
	width: 100%;
}

.mdialog .top,
.mdialog .top div,
.mdialog .bottom,
.mdialog .bottom div {
	height: 5px;
	font-size: 1px;
}

.mdialog .top {
	background-position: top right;
}

.mdialog .top div {
	position: relative;
	width: 5px;
	margin-left: -5px;
	background-position: top left;
}

.mdialog .bottom {
	background-position: bottom right;
}

.mdialog .bottom div {
	position: relative;
	width: 5px;
	margin-left: -5px;
	background-position: bottom left;
}

.mdialog .wrapper {
	position: static;
	max-height: 600px;
	overflow: auto;
}
.mdialog h1,
.mdialog p {
	margin:0px;
}

.mdialog h1 {
	padding-bottom:0px;
}

