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

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

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

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

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

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

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

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

.cmdialog .top,
.cmdialog .top div  {
	position: relative;
	z-index: 0;
	height: 5px;
	font-size: 1px;
}

.cmdialog .bottom,
.cmdialog .bottom div {
	height: 3px;
	font-size: 1px;
	position: relative;
	z-index: 2;
}

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

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

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

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

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

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

