#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;
}
.ymdRightCorner {
	background:url(../images/window.gif) right 0 no-repeat;
	padding-right:8px;
}
.ymdLeftCorner {
	background:url(../images/window.gif) no-repeat;
	padding-left:8px;
}
#ymdTitle {
	background:url(../images/window.gif) 0 -35px repeat-x;
	padding:4px 0;
	position:relative;
	font-weight:bold;
}
#ymdCloseLabel {
	position:absolute;
	right:0;
	_right:5px;
	top:6px;
	width:14px;
	height:14px;
	background:url(../images/closeLabel.gif) no-repeat;
}
#ymdNavi {
	background:url(../images/window.gif) 0 -70px repeat-x;
	width:100%;
	overflow:hidden;
	position:relative;
	border-bottom:1px solid #e6e6e6;
	border-top:1px solid #e6e6e6;
}
#ymdNavi ul li {
	list-style-type:none;
	background:url(../images/window.gif) right -35px repeat-x;
	margin:0; padding:6px 8px 2px 8px;
	margin-left:8px;
	float:left;
	cursor:default;
}
#ymdNavi ul li:hover,
#ymdNavi .ymdActive {
	list-style-type:none;
	background:url(../images/window.gif) right -105px repeat-x;
}
#ymdContainerWrap {
	background:#fff;
}
#ymdBottom {
	border-top:1px solid #e6e6e6;
}
#ymdBottom .ymdRightCorner {
	background-position:right bottom;
}
#ymdBottom .ymdLeftCorner {
	background-position:left bottom;
}
.ymdStatusBar {
	height:16px;
	padding:4px;
	background-color:#f6f6f6;
}
.ymdLoading {
	background-image:url(ajax-loader.gif);
	background-position:0 center;
	background-repeat:no-repeat;
	padding-left:20px;
}