/* Custom dialog styles */
#popup_title {
	font-size: 14px;
	font-weight: bold;
/*	text-align: center;*/
	line-height: 1.75em;
	color: #FFFFFF;
	background: #5c9ccc url("./ui-bg_gloss-wave_55_5c9ccc_500x100.png") 50% 50% repeat-x;
	border: 1px solid #4297d7;
/*	border-bottom: solid 1px #006699;*/
	border-radius: 5px;
	cursor: default;
	padding: 0px 0px 0px 10px;
	margin: 3px;
}

#popup_container {
	font-family: AntipastoRegular, sans-serif;
	font-size: 14px;
	min-width: 300px; /* Dialog will be no smaller than this */
	max-width: 600px; /* Dialog will wrap after this width */
	background: #FFFFFF;
	border: solid 1px #C5DBEC;
	color: #000000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#popup_content {
	/*background: 16px 16px no-repeat url(images/info.gif);*/
	padding: 1em 1.75em;
	margin: 0em;
}

/*
#popup_content.alert {
	background-image: url(images/info.gif);
}

#popup_content.confirm {
	background-image: url(images/important.gif);
}

#popup_content.prompt {
	background-image: url(images/help.gif);
}
*/

#popup_message {
	/*padding-left: 10px;*/
	margin:0px auto;
}

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

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


#popup_container INPUT[type='button'] {
    width: 100px;
	height: 30px;
	border: 1px solid #C5DBEC;
	color: #2E6E9E;
	background: #DFEFFC url("./ui-bg_glass_85_dfeffc_1x400.png") 50% 50% repeat-x;
	border-radius: 5px;
	font-weight: bold;

}

/*ボタンのマウスオーバー時*/
#popup_container INPUT[type='button']:hover {
	border: 1px solid #79b7e7;
	background: #d0e5f5 url("./ui-bg_glass_75_d0e5f5_1x400.png") 50% 50% repeat-x;
	font-weight: bold;
	color: #1d5987;
}

/*ボタンの点線消す*/
input::-moz-focus-inner, button::-moz-focus-inner {
  border: 0;
}



