#popup_container {
	min-width: 300px; /* Dialog will be no smaller than this */
	max-width: 480px; /* Dialog will be no smaller than this */
	background: #FFF;
	color: #333;
	border: solid 10px #FFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#popup_title {
	font-weight: bold;
	text-align: center;
	color: #999;
	cursor: default;
	padding: 0em;
	margin: 0em;
}

#popup_content {
	margin: 0em;
	padding-top: 0.5em;
	padding-right: 2em;
	padding-bottom: 0.5em;
	padding-left: 2em;
}

#popup_content.alert {
}

#popup_content.confirm {
}

#popup_content.prompt {
}

#popup_message {
	padding-bottom: 1em;
}

#popup_panel {
	text-align: center;
}

#popup_prompt {
}