#popup_container {
	font-family: "돋움", dotum, Arial, sans-serif; 	
	font-size: 12px;
	min-width: 300px; /* Dialog will be no smaller than this */
	max-width: 600px; /* Dialog will wrap after this width */
	background: url('images/popbox_aletsbg.gif') repeat-x 0px 30px #fff;
	border: solid 2px #000;
	color: #595959;
	/*-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; */
}

#popup_title {
	letter-spacing: -1px; 
	font-size: 15px; 
	font-weight: bold; 
	text-align: left; 
	color : #fff;
	background: url('images/popbox_titlebg.gif') top left repeat-x;
	padding: 5px 15px 13px 15px;
	margin: 0;
}

#popup_content {
	/* background: 16px 16px no-repeat url(images/info.gif); */
	padding: 15px;
	margin: 0;
}

#popup_content.alert {
	background: url(images/info.gif) no-repeat 15px 50%;
}

#popup_content.confirm {
	background: url(images/important.gif) no-repeat 15px 50%;
}

#popup_content.prompt {
	background: url(images/help.gif) no-repeat 15px 50%;
}

#popup_ok,
#popup_cancel{
  padding: 0px;
  margin: 0px;
  cursor:pointer;
  background: url('images/popbox_aletsbtn.gif') bottom left repeat-x #000;
  font-family: "돋움", dotum, verdana; 
  font-size: 12px; 
  text-align: center;
  padding: 6px 0;
}
#popup_ok input, #popup_cancel input { cursor:pointer; border: none; background: transparent; padding: 0px; margin: 0px; color:#fff; font-weight: bold; }

table.ale_btnbox { width: 100%; border: 0px; }
.ale_btnbox td { width: 50%; background: url('images/image/admin/bg/popbox_aletsbtn.gif') bottom left repeat-x #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; 
	min-height: 50px;
}

/* #popup_panel {
	background: url('images/popbox_aletsbtn.gif') bottom left repeat-x #000;
} */

#popup_prompt {
	background: url('images/popbox_aletsbtn.gif') bottom left repeat-x #000;
}