@charset "utf-8";

.tooltip {
	z-index: 99999;
	/* background-color:#000; */
	background: url('images/tooltip_icon.gif') no-repeat 50% 25px #fff;
	border:1px solid #8c8c8c; padding: 10px 15px; min-width: 200px; display: none; 
	color: #595959; text-align: left; font-size: 12px; zoom: 1;
	
	-moz-box-shadow: 1px 1px 2px #d4d4d4; -webkit-box-shadow: 1px 1px 2px #d4d4d4; box-shadow: 1px 1px 2px #d4d4d4;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#d4d4d4')";
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#d4d4d4',direction=135, strength=2);
	
	-moz-opacity: 0.8; -khtml-opacity: 0.8; opacity: 0.8; filter: alpha(opacity=80);
}

.overlay {
	display:none;
	z-index:10000;
	font-family: "돋움", dotum, Arial, sans-serif; 	
	font-size: 12px;
	min-width: 300px; /* Dialog will be no smaller than this */
	max-width: 1200px; /* Dialog will wrap after this width */
	background: url('images/popbox_bg.gif') repeat-x 0px 40px #fff;
	border: solid 2px #000;
	color: #595959;
	/* -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;	
	border-radius: 5px; */
}

.overlay #overlay_title {
	letter-spacing: -1px; 
	font-size: 15px; 
	font-weight: bold; 
	text-align: left; 
	color : #fff;
	background: url('images/popbox_titlebgbig.gif') top left repeat-x;
	padding: 10px 15px 20px 15px;
	margin: 0;
	cursor: move;
}

.overlay #overlay_content {
	padding: 1em 1.75em;
	margin: 0em;
	min-height: 80px
}


/* close button positioned on upper right corner */
.overlay .close {
	background: url(images/popbox_closebtn.gif) no-repeat;
	position:absolute;
	right:7px;
	top:7px;
	cursor:pointer;
	height:25px;
	width:25px;
}
