#popup_container {
	font-family : "Meiryo","HiraKakuProN-W3";
	font-size: 14px;
	min-width: 360px; /* Dialog will be no smaller than this */
	max-width: 600px; /* Dialog will wrap after this width */
	background: #FFF;
	/*border: solid 1px #0c4484;*/
	box-shadow:0px 0px 5px 3px rgba(0,0,0,0.3);
	color: #666;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	/*
	border: solid 2px #0c4484;
	border-radius: 5px;	
	*/
}

#popup_title {
	font-family : 'PUDGoDpR', "Meiryo UI","HiraKakuProN-W3";
	font-size: 14px;
	/*
	font-weight: bold;
	line-height: 1.75em;
	*/
	text-align: center;
	color: #0c4484;
	/*
	background: #0c4484 url(images/title.gif) top repeat-x;
	border: solid 1px #0c4484;
	*/
	border-bottom: solid 1px #0c4484;
	cursor: default;
	padding: 0.25em 0em;
	margin: 0em;
}

#popup_content {
	/*background: 16px 16px no-repeat url(images/info.gif);*/
	padding: 1.2em 0em;
	margin: 0em;
}

#popup_content.alert {
	/*background-image: url(images/info.gif);*/
}

#popup_content.confirm {
	/*background-image: url(images/important.gif);*/
	padding-top: 15px ;
	padding-left: 15px ;
	padding-right: 15px ;
}

#popup_content.prompt {
	/*background-image: url(images/help.gif);*/
}

#popup_message {
	text-align: center;
	padding-left: 0;
	padding-right: 0;
}

#popup_panel {
	text-align: center;
	margin: 0;
	/*
	padding-top: 10px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	*/
	margin-bottom: 1em;
}

#popup_prompt {
	margin: .5em 0em;
}

#popup_ok_cancel_space {
	display: inline;
	margin-bottom: 20px;
}

.popup_panel_btn_ok {
	font-family : 'PUDGoDpR', "Meiryo UI","HiraKakuProN-W3";
	width: 85%;
	background-color : #0c4484;
	color: white;
	padding: 5px 0px;
	border: 0px;
	cursor: pointer;
	/*
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	*/

	border-color: white;
    border-radius: 0!important;
    border-style: solid;
    border-width: 1px;
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}
.popup_panel_btn_ok_conf {
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	/*
	margin-bottom: 25px;
	*/
}

.popup_panel_btn_ok:hover {
	opacity: 0.7;
}
.popup_panel_btn_cancel {
	font-family : 'PUDGoDpR', "Meiryo UI","HiraKakuProN-W3";
	width: 85%;
	background-color : white;
	color: #0c4484;
	padding: 5px 0px;
	border: 0px;
	cursor: pointer;
	border: solid 1px #0c4484;
	margin-top: 15px;

	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}
.popup_panel_btn_ok:hover {
	opacity: 0.8;
}
.popup_panel_btn_cancel:hover {
	/*
	color: #fff;
	background-color: #6c757d;
	*/
	opacity: 0.8;
}

.redString {
	color: red;
	font-family : 'PUDGoDpR', "Meiryo UI","HiraKakuProN-W3";
}
.blueString {
	color: #0c4484;
	font-family : 'PUDGoDpR', "Meiryo UI","HiraKakuProN-W3";
}
