#popup_container {
	/* 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: #fff;
	color: #595959;
	/*-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; */
	box-shadow: 0 0 30px rgba(0,0,0,0.5);
}

#popup_title {
	letter-spacing: -1px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #222;
	background: none;
	padding: 16px 10px 16px 10px;
	margin: 0; 
	border-top:4px solid #1c4dac; 
}

#popup_content {
	padding: 15px 15px 30px;
	margin: 0;font-size:18px;
}

#popup_content.alert {
	background: url("/sangsaeng/resource/images/login_logo.png") no-repeat center 25px;
	background-size: auto; 
}

#popup_content.confirm {
	background: url("/sangsaeng/resource/images/login_logo.png") no-repeat center 25px;
	background-size: auto; 
}
 
#popup_content.prompt {
	background: url(ui-images/help.gif) no-repeat 15px 50%;
}

#popup_ok, 
#popup_cancel{ 
  padding: 9px 50px; 
  margin: 0px 2px; 
   cursor:pointer; 
  font-size: 18px;
  text-align: center;
  color:#fff;display:inline-block;
}

#popup_footer a:hover {color:#fff}
#popup_ok input, #popup_cancel input { cursor:pointer; border: none; background: transparent; padding: 0px; margin: 0px; color:#fff; font-weight: bold; }
#popup_footer a.btn1 {background-color:#1c4dac;}
#popup_footer a.btn2 {background-color:#999;}

table.ale_btnbox { width: 100%; border: 0px; }
.ale_btnbox td { width: 50%; background: url('ui-images/popbox_aletsbtn.gif') bottom left repeat-x #004f9b; }
.ale_btnbox td.ale_btn01 { border-right: solid 1px #004f9b!important; }

#popup_message {
	min-height:1;
	margin-top: 100px;
}

/* #popup_panel {
	background: url('ui-images/popbox_aletsbtn.gif') bottom left repeat-x #004f9b;
} */

#popup_prompt {
	background: url('ui-images/popbox_aletsbtn.gif') bottom left repeat-x #004f9b;
}

.alert_pop_foot_d01 {margin: 0px 5px 20px; text-align: center;overflow:hidden;}
.alert_pop_foot_d01:before, .alert_pop_foot_d01:after {clear:both;display:blcok;content:"";} 





