
#popup_container {
	font-family: Arial, sans-serif;
	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 2px #414141;
	color: #474747;
	padding:3px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

#popup_title {
	font:bold 18px Trebuchet MS;
	color: #fff;
	cursor: default;
	padding: 4px 8px;
	margin: 0em;
	background:#3973a3;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#popup_content {

	margin: 0em;
}

#popup_message {
	margin:16px 8px;
}

#popup_panel {
	text-align: center;
	margin: 10px 0;
}

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

