#popup_container {
	font-family: 'Noto Sans KR','Open Sans', sans-serif, 'Muli', arial,'dotum', "����", Apple Gothic;
	font-size: 12px;
	min-width: 300px !important; /* Dialog will be no smaller than this */
	max-width: 600px !important; /* Dialog will wrap after this width */
	/* background: url('ui-images/popbox_bg.gif') repeat-x 0px 40px #fff; */
	top:50% !important; left:50% !important; transform:translate(-50%, -50%);
	border: solid 2px #000;
	color: #595959;
	/*-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; */
	border-radius: 0;
	background-color:#fff;
}

#popup_title {
	padding: 8px 15px 6px 15px;
	font-size: 16px;
	font-weight: 400;
	text-align: left;
	color: #ffffff;
	background: #0f1923;
	border: 0;
	cursor: move;
}

#popup_content {
	/* background: 16px 16px no-repeat url(ui-images/info.gif); */
	padding: 15px;
	margin: 0;
	background: #fff !important;
}

/* #popup_content.alert {
	background: url(ui-images/info.gif) no-repeat 15px 50%;
}

#popup_content.confirm {
	background: url(ui-images/important.gif) no-repeat 15px 50%;
}

#popup_content.prompt {
	background: url(ui-images/help.gif) no-repeat 15px 50%;
}
 */
#popup_ok,
#popup_cancel{
  padding: 0px;
  margin: 0px;
  cursor:pointer;
  background:#525252;
  font-size: 13px;
  text-align: center;
  padding: 10px;
  font-weight: 500;
}
#popup_ok input, #popup_cancel input {cursor:pointer;border:none;background:transparent;padding:0px;margin:0px;color:#fff;font-size: 13px;font-weight: 600;letter-spacing: 3px;font-family: 'Noto Sans KR','Open Sans', sans-serif, 'Muli', arial,'dotum', "����", Apple Gothic;}

table.ale_btnbox { width:100%; border:0px; }
.ale_btnbox td { width:50%; background:#000; }
.ale_btnbox td.ale_btn01 {border-right:solid 1px #323232!important;}

#popup_message {
	/* margin-left: 45px;
	padding-left: 15px;
	border-left: solid 1px #ddd;  */
	background:#fff;
	text-align:center;
	vertical-align:middle;
	padding:0px 0;
	font-size: 13px;
}

#popup_message img{width:100% !important; max-width: 400px !important; padding-bottom:10px;}

/* #popup_panel {
	background: url('ui-images/popbox_aletsbtn.gif') bottom left repeat-x #000;
} */

#popup_prompt {
	background:#feeaea; padding:10px; box-sizing:border-box; width:100% !important; border:1px solid #ddd; font-weight:bold; color:#ff0000;}
	
#popup_panel{width:120px; margin:0 auto;padding-bottom:10px;}
#popup_panel #popup_ok{border:1px solid #ddd; background-color:#134b85;color:#fff; margin-right:21px;font-weight:bold;}
#popup_panel #popup_cancel{border:1px solid #ddd; background-color:#001f3f;color:#fff; font-weight:bold;}