#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: #FFF;
	border: solid 5px #666;
	color: #333;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#popup_title {
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	line-height:38px;
	color: #333;
	background: #CCC url(http://www.krrunch.com/templates/tmpl_cnc/images/alerts/title.gif) top repeat-x;
	cursor: default;
	padding: 0;
	margin: 1px;
	display:none;
}
#popup_content {
	/*background: 16px 16px no-repeat url(http://www.krrunch.com/templates/tmpl_cnc/images/alerts/info.png);*/
	padding:20px;
	margin:0;
}
#popup_content.alert {
/*background-image: url(http://www.krrunch.com/templates/tmpl_cnc/images/alerts/info.png);*/
}
#popup_content.confirm {
/*background-image: url(http://www.krrunch.com/templates/tmpl_cnc/images/alerts/important.png);*/
}
#popup_content.prompt {
/*background-image: url(http://www.krrunch.com/templates/tmpl_cnc/images/alerts/help.ong);*/
}
#popup_message {
	/*padding-left: 48px;*/
	text-align: center;
}
#popup_panel {
	text-align: center;
	margin: 20px 0 0 0;
}
#popup_prompt {
	margin: .5em 0em;
}
input.alert_button {
	background:url(../images/ok_btn.png) repeat-x left top;
	color:#fff;
	font-size:12px;
	width:60px;
	height:30px;
	padding:0 10px;
}
input:hover.alert_button {
	background: url(../images/ok_btn.png) repeat-x left bottom;
}