#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: #eee;
	border: solid 5px #333;
	color: #222;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#popup_container input[type='button']{ color:#fff; background:#333; padding:5px 12px; border:0;}

#popup_title {
	font-size: 1.5em !important;
	font-weight: bold !important;
	text-align: center !important;
	width:100%  !important;
	line-height: 1.75em !important;
	color: #eee !important;
	background:#333 !important;
	border:0 !important;
	cursor: default !important;
	padding: 5px 0 !important;
	margin: 0em !important;
	position:static !important;
	top:0 !important;
}

#popup_content {
	padding: 1em 1.75em;
	margin: 0em;
}

#popup_content.alert {
}

#popup_content.confirm {
}

#popup_content.prompt {
}

#popup_message {
	padding-left: 48px;
}

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

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