#popup_container {
	min-width: 500px; /* Dialog will be no smaller than this */
	max-width: 600px; /* Dialog will wrap after this width */
	background: url('ui-images/popbox_aletsbg.gif') repeat-x 0px 30px #fff;
	color: #595959;
	border-radius:15px;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;

}

#popup_title {
	letter-spacing:-1.5px; 
	font-size:34px; 
	font-weight: bold; 
	text-align:left; 
	color:#000;
	background:#fff;
	margin:0;
	line-height:80px;
	padding:0 20px;
	border-radius:15px 15px 0 0;
	-webkit-border-radius:15px 15px 0 0;
	-moz-border-radius:15px 15px 0 0;

}

#popup_content {
	background:#e8e8ea;
	padding:13px;
	margin:0;
	font-size:20px !Important;
	line-height:160%;
}
#popup_container1 {
	min-width: 500px; /* Dialog will be no smaller than this */
	max-width: 600px; /* Dialog will wrap after this width */
	background: url('ui-images/popbox_aletsbg.gif') repeat-x 0px 30px #fff;
	color: #595959;
	border-radius:15px;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;

}

#popup_title1 {
	letter-spacing:-1.5px; 
	font-size:34px; 
	font-weight: bold; 
	text-align:left; 
	color:#000;
	background:#fff;
	margin:0;
	line-height:80px;
	padding:0 20px;
	border-radius:15px 15px 0 0;
	-webkit-border-radius:15px 15px 0 0;
	-moz-border-radius:15px 15px 0 0;

}

#popup_content1 {
	background:#e8e8ea;
	padding:13px;
	margin:0;
	font-size:20px !Important;
	line-height:160%;
}

/* #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:#052642;
  font-size:33px; 
  text-align:center;
  line-height:80px;
  font-weight:bold;
}

#popup_ok {color:#fcd544;border-radius:0 0 0 9px;-webkit-border-radius:0 0 0 9px;-moz-border-radius:0 0 0 9px;}
#popup_cancel{border-radius:0 0 9px 0;-webkit-border-radius:0 0 9px 0;-moz-border-radius:0 0 9px 0;}

#popup_ok input, #popup_cancel input { cursor:pointer; border:none; background:transparent; 
padding:0px; margin:0px; color:#fff; font-size:33px;line-height:80px; }

table.ale_btnbox { width:100%; border:0px; }
.ale_btnbox td { width:50%; background:#000; }
.ale_btnbox td.ale_btn01 { border-right:1px solid #3d5470 !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:23px;
	color:#444;
}

/* #popup_panel {
	background: url('ui-images/popbox_aletsbtn.gif') bottom left repeat-x #000;
} */

#popup_prompt {
	background:#000;
}