@charset "utf-8";
/* CSS Document */

/* Dialog box */
.dlg-box {
	background:url(img/dialog-box/bg-box-right.gif) repeat-y 100% 0;
	position:relative;
	padding:10px 0 0;
}
.dlg-box .btm {
	width:100%;
	overflow:hidden;
	background:url(img/dialog-box/bg-box-btm.gif) repeat-x;
	position:relative;
	z-index:3;
}
.dlg-box .btm span, .dlg-box .btm em {
	width:18px;
	height:18px;
	overflow:hidden;
	background-repeat:no-repeat;
}
.dlg-box .btm span {
	float:left;
	background-image:url(img/dialog-box/bg-box-left-btm.gif);
}
.dlg-box .btm em {
	float:right;
	background-image:url(img/dialog-box/bg-box-right-btm.gif);
}
.dlg-box .top {
	width:100%;
	overflow:hidden;
	background:url(img/dialog-box/bg-box-top.gif) repeat-x;
	position:absolute;
	top:0;
	left:0;
}
.dlg-box .top span, .dlg-box .top em {
	width:16px;
	height:10px;
	overflow:hidden;
	background-repeat:no-repeat;
}
.dlg-box .top span {
	float:left;
	background-image:url(img/dialog-box/bg-box-left-top.gif);
}
.dlg-box .top em {
	float:right;
	background-image:url(img/dialog-box/bg-box-right-top.gif);
}
.dlg-box .content {
	background:url(img/dialog-box/bg-box-left.gif) repeat-y;
	height:1%;
	padding:0 7px 0 1px;
	position:relative;
	z-index:2;
}
.dlg-box .content:after {
	clear:both;
	display:block;
	content:"";
}

.dlg-box .title {
	color:white;
	background:#cb9865 url(img/dialog-box/bg-box-title.gif) repeat-x;
	margin:0;
	font-size:.9em;
	line-height:1.1em;
	font-weight:bold;
	text-align:center;
	padding:0 1em 8px;
}
#ie6 .dlg-box .title {
	zoom: 1;/* HasLayout bug (background covers next box) */
}

.dlg-box .clear {
	clear: both;
	border-top: 0.2px solid white;
} 

.dlg-box .even {
	background: white url(img/dialog-box/bg-odd-line.gif) repeat-x left 0;
}
