#ymdOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}
#ymdWindow {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	font-family: arial, sans-serif;
	font-size:12px;
	margin-top: 14px;
}
.ymdRightCorner {

}
.ymdLeftCorner {
}
#ymdTitle {
}
#ymdCloseLabel {
	position:absolute;
	right:0;
	top:0px;
	width:14px;
	height:14px;
	background:url(closeLabel.png) no-repeat;
}
#ymdNavi {

}
#ymdNavi ul li {

}
#ymdNavi ul li:hover,
#ymdNavi .ymdActive {
	list-style-type:none;
}
#ymdContainerWrap {
	background:transparent;
}
#ymdBottom {
}
#ymdBottom .ymdRightCorner {
}
#ymdBottom .ymdLeftCorner {
}
.ymdStatusBar {

}
.ymdLoading {

}
