#popup_container {
	width: 300px;
	background: #fff;
	border: 5px solid #999;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 12px;
	color: #000;
	}
#popup_title {
	cursor: default;
	background: #ccc;
	border: solid 1px #fff;
	border-bottom: solid 1px #999;
	font-size: 14px;
	font-weight: bold;
	color: #666;
	line-height: 18px;
	text-align: center;
	margin: 0;
	padding: 0;
	}
#popup_content {
	margin: 0;
	padding: 10px;
	}
#popup_content.confirm {
	background: url(../img/icon-important.gif) no-repeat 50% 10px;
	}
#popup_content.alert {
	background: url(../img/icon-important.gif) no-repeat 50% 10px;
	}
#popup_message {
	font-weight: bold;
	text-align: center;
	padding: 40px 0 10px 0;
	}
#popup_panel {
	text-align: center;
	margin: 0;
	}