div.popupContent img {
	border:0;
	margin: 0px 0px 0px 0px;
	vertical-align:middle;
}

/* button */
button.default {
	width:auto;
	height:20px;
	margin: 0px 2px 0px 2px;
	padding: 0px 0px 0px 0px;
	border: 0px none #000000;
	cursor: pointer;
	white-space: nowrap;
	background: transparent;
	outline: none;
	overflow: visible;
}

button.default div.parent {
	width: auto;
	position: relative;
	height: 20px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px none #000000;
	outline: none 0;
}

button.default div.parent div.fleft {
	position: absolute;
	top: 0px;
	left:0px;
	width: 4px;
	height: 20px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: transparent url(/_admin/images/butbg.gif) 0px 0px no-repeat;
	border: 0px none #000000;
}

button.default div.parent div.fright {
	width: auto;
	position: static;
	height: 18px;
	margin: 0px 0px 0px 4px;
	padding: 2px 4px 0px 0px;
	background: transparent url(/_admin/images/butbg.gif) 100% 0px no-repeat;
	border: 0px none #000000;
	font-size: 0.875em;
	font-family: dotum;
}

button.default div.fvalue {
	width:auto;
	height: auto;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: dotum;
	color: #000000;
	text-align:left;
	border: 0px none #000000;
}
/* button */

/* ÆË¾÷Ã¢*/
div.popupClose {
	width: inherit;
	text-align: right;
	background: #29301A;
}
/* ·¹ÀÌ¾î ÆË¾÷ */
#layerPopup {
	width: auto;
	height: auto;
	border: 1px solid #5E4237;
	padding: 5px 5px 5px 5px;
	background: #C4AF95;
}

#layerPopup div.layerPopup {
	margin: 0px 0px 0px 0px;
	background: #FFFFFF;
}

#layerPopup div.layerPopup ul.layerTitle {
	width: inherit;
	height: 17px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: #5E4237;
	list-style: none;
	white-space: nowrap;
}

#layerPopup div.layerPopup ul.layerTitle li {
	float:left;
	font-weight: bold;
	margin:0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #FFF;
}

#layerPopup div.layerPopup ul.layerTitle li.closeX {
	width:20px !important;
	width:15px;
	font-weight: normal;
	text-align: right;
	margin:0px 1px 0px 0px;
}

#layerPopup div.layerPopup ul li.closeX img{
	vertical-align: middle;
	cursor: pointer;
}

#layerPopup div.layerContArea {
	font-weight: bold;
	min-height: 89px;
	height: auto !important;
	height: 89px;
	padding: 6px 3px 3px 0px;
}

#layerPopup div.layerButArea {
	width: inherit;
	text-align: right;
	height: 24px;
}

