#popup_container {
	font-family: 'Noto Sans KR','Open Sans', sans-serif, 'Muli', arial,'dotum',  Apple Gothic;
	font-size: 12px;
	min-width: 300px; /* Dialog will be no smaller than this */
	max-width: 600px; /* Dialog will wrap after this width */
	background:#fff;
	border: solid 2px #000;
	color: #595959;
	/*-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; */
	-webkit-box-sizing: border-box;
	border-radius: 0;
	padding: 20px !important;
}

#popup_title {
	letter-spacing:-1px;
	font-size: 16px;
	font-weight:bold;
	text-align:left;
	color: #222;
	background: #fff;
	padding-bottom: 10px;
	margin: 0;
}

#popup_content {
	background: #fff !important;
	padding: 15px;
	margin: 0;
}

/* #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{
  cursor: pointer;
  background: #0767d5;
  font-size: 13px;
  text-align: center;
  padding: 10px;
  font-weight: 500;
  width: 100px;
  margin: 0 auto;
}
#popup_ok input, #popup_cancel input { cursor:pointer; border:none; background:transparent; padding:0px; margin:0px; color:#fff; font-size:15px; font-weight:bold; letter-spacing: 3px;}

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;  */
	text-align:center;
	vertical-align:middle;
	padding:20px 0;
	font-size:1.1em;
}

/* #popup_panel {
	background: url('ui-images/popbox_aletsbtn.gif') bottom left repeat-x #000;
} */

#popup_prompt {
	background:#000;
}