#popup_container {
	width: 90%;
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #444444),
		color-stop(50%, #444444), color-stop(85%, #555555),
		color-stop(100%, #999999) );
	border: solid 1px #999;
	color: #000;
	-webkit-border-radius: 10px;
}

#popup_title {
	font-size: 1.0em;
	color: #fff;
	text-align: center;
	background: rgba(50, 50, 50, 0.6);
	background-image: url(../image/information_icon_ios.png);
	background-repeat: no-repeat;
	background-position: 12px 4px;
	-webkit-background-size: 30px 30px;
	padding: 7px 5px 7px;
	margin: 0px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
}

#popup_content {
	padding: 0;
	margin: 0;
	border: none;
	background: rgba(102, 102, 102, 0.2);
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

#popup_content.alert {
	
}

#popup_content.confirm {
	
}

#popup_content.prompt {
	
}

#popup_message {
	padding-left: 20px;
	padding-right: 20px;
	border: none;
	color: #fff;
	line-height: 1.2;
}

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

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

#popup_ok {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

#popup_cancel {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

#popup_close {
	position: absolute;
	top: 0px;
	right: 5px;
	font: 15px Helvetica;
	color: #fff;
	text-align: center;
	font-weight: bold;
	margin: 4px 4px 4px 4px;
	width: 30px;
	height: 30px;
	-webkit-box-shadow: 0 0 0px 1px hsla(0, 0%, 15%, 1) inset, 0 0 5px 2px
		hsla(0, 0%, 15%, 0.8) inset, 0 0 0px 2px hsla(0, 0%, 0%, 0.25) inset,
		0 1px 1px 0px hsla(0, 0%, 100%, 0.7);
	background: -webkit-gradient(linear, left top, left bottom, from(#afafaf),
		color-stop(0.2, #656565), color-stop(0.4, #4a4a4a), to(#202020) );
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.popup_metal {
	font: 15px Helvetica;
	color: #fff;
	text-align: center;
	padding: 2px 4px 2px 4px;
	margin: 5px 4px 10px 4px;
	width: 120px;
	height: 40px;
	-webkit-box-shadow: 0 0 0px 1px hsla(0, 0%, 15%, 1) inset, 0 0 5px 2px
		hsla(0, 0%, 15%, 0.8) inset, 0 0 0px 2px hsla(0, 0%, 0%, 0.25) inset,
		0 1px 1px 0px hsla(0, 0%, 100%, 0.7);
	border-radius: .5em;
	background: -webkit-gradient(linear, left top, left bottom, from(#afafaf),
		color-stop(0.2, #656565), color-stop(0.4, #4a4a4a), to(#202020) );
}

.popup_metal_center {
	font: 15px Helvetica;
	color: #fff;
	text-align: center;
	padding: 2px 4px 2px 4px;
	margin: 5px 4px 10px 4px;
	width: 180px;
	height: 40px;
	-webkit-box-shadow: 0 0 0px 1px hsla(0, 0%, 15%, 1) inset, 0 0 5px 2px
		hsla(0, 0%, 15%, 0.8) inset, 0 0 0px 2px hsla(0, 0%, 0%, 0.25) inset,
		0 1px 1px 0px hsla(0, 0%, 100%, 0.7);
	border-radius: .5em;
	background: -webkit-gradient(linear, left top, left bottom, from(#afafaf),
		color-stop(0.2, #656565), color-stop(0.4, #4a4a4a), to(#202020) );
}

#button_panel {
	width: 100%;
	margin: 20px 0px 0px;
	display: -webkit-box;
	-webkit-box-pack: center;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

.popup_header {
	position: relative;
}

hr {
	height:0;
	border:0;
	border-top: 1px solid #000;
	border-bottom: 1px solid #999;
}