#popup_container {
	font-family: Arial, sans-serif;
	font-size: 12px;
	min-width: 300px; 
	max-width: 600px; 
	background: #FFF;
	linear-gradient(to bottom, rgba(239, 239, 239, 0.9), rgba(255, 255, 255, 0.5));
	border: solid 2px #dfdfdf;
	color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#popup_title {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.75em;
	color: #666;
	background: #CCC url(https://www.scan-manga.com:8443/img/title.gif) top repeat-x;
	border: solid 1px #FFF;
	border-bottom: solid 2px #dfdfdf;
	cursor: default;
	padding: 0em;
	margin: 0em;
}

#popup_content {
	background: 16px 16px no-repeat url(https://www.scan-manga.com:8443/img/info.gif);
	padding: 1em 1.75em;
	margin: 0em;
}

#popup_content.alert {
	background-image: url(https://www.scan-manga.com:8443/img/info.gif);
}

#popup_content.confirm {
	background-image: url(https://www.scan-manga.com:8443/img/important.gif);
}

#popup_content.prompt {
	background-image: url(https://www.scan-manga.com:8443/img/help.gif);
}

#popup_message {
	padding-left: 26px;
}

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


#popup_panel input {

	font-size:16px;
	color:#393B3C!important;	
	text-align:center;
	position: relative;
	padding: 6px;
	font-weight:bold;
	cursor: pointer;	
	display: inline-block;	
	background-image: -webkit-linear-gradient(top, #f9f9f9, #f0f0f0);
	background-image: -moz-linear-gradient(top, #f9f9f9, #f0f0f0);
	background-image: -o-linear-gradient(top, #f9f9f9, #f0f0f0);
	background-image: -ms-linear-gradient(top, #f9f9f9, #f0f0f0);
	background-image: linear-gradient(top, #f9f9f9, #f0f0f0);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='$from', EndColorStr='$to');
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #cecece;
	text-decoration:none!important;

}
#popup_panel input:hover {
	background-image: -webkit-linear-gradient(top, #f0f0f0, #f9f9f9);
	background-image: -moz-linear-gradient(top, #f0f0f0, #f9f9f9);
	background-image: -o-linear-gradient(top, #f0f0f0, #f9f9f9);
	background-image: -ms-linear-gradient(top, #f0f0f0, #f9f9f9);
	background-image: linear-gradient(top, #f0f0f0, #f9f9f9);

}

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