#popup_container {
	font-size: 12px;
	min-width: 300px; /* Dialog will be no smaller than this */
	max-width: 600px; /* Dialog will wrap after this width */
	/*background:url(/mypage/img/alerts/bg_alertpop.png) left bottom no-repeat;*/
	color: #666666;
	margin:0 auto;
	border:2px solid #00a0e9;
	background:#ffffff;
	/*
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	*/
}
*html #popup_container{	width: 300px;}
*:first-child+html #popup_container{	width: 300px;}

#popup_titleWp {
	height:36px;
	padding:2px 1px 0 1px;
}
#popup_title {
	padding:0 0 0 10px;
	height:34px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height:30px;
	color: #c51919;
	text-align:left;
	background:url(/mypage/img/alerts/bg_alerttitle_l.png) left bottom repeat-x;
	/*background: url(/mypage/img/alerts/bg_alerttitle_r.png) right top no-repeat;*/
	cursor: default;
	display:block;
	border:1px solid #dddddd;
}

#popup_contentWp {
	width:100%;
	/*background:url(/mypage/img/alerts/bg_alertcontent.png) right bottom no-repeat;*/
}
#popup_content {
	width:90%;
	/*background: 16px 11px no-repeat url(/mypage/img/alerts/info.gif);*/
	padding: 1em 5%;
}

#popup_content.alert {
	/*background-image: url(/mypage/img/alerts/info.gif);*/
/*	background-image: url(/mypage/img/alerts/icon_important.png);*/
}

#popup_content.confirm {
	/*background-image: url(/mypage/img/alerts/icon_important.png);*/
}

#popup_content.prompt {
	/*background-image: url(/mypage/img/alerts/help.gif);*/
	/*background-image: url(/mypage/img/alerts/icon_important.png);*/
}

#popup_message {
	/*padding-left: 48px;*/
}

#popup_panel {
	text-align: center;
	margin: 1em 0em 0em 1em;
}

#popup_prompt {
	margin: .5em 0em;
}