#popup_container {
	font-family: Arial, sans-serif;
	font-size: 13px;
	min-width: 400px; /* Dialog will be no smaller than this */
	max-width: 600px; /* Dialog will wrap after this width */
	background: #FFF;
	border: solid 4px #406080;
	color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#popup_title {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 1.75em;
	color: #111;
	background: #F0F0FA url(images/popup_title.gif) top repeat-x;
	border: solid 1px #FFF;
	border-bottom: solid 1px #999;
	cursor: default;
	padding: 0em;
	margin: 0em;
}

#popup_content {
	background: 16px 6px no-repeat url(images/alert_info.gif);
	padding: 1em;
	margin: 0em;
}

#popup_content.popup_alert {
	background: 16px 6px no-repeat url(images/warning.gif);
}

#popup_content.popup_completion {
	background: 16px 6px no-repeat url(images/completion_info.gif);
}

#popup_content.confirm {
	background-image: url(images/confirm_important.gif);
}

#popup_content.prompt, #popup_content.help {
	background-image: url(images/prompt_help.gif);
}

#popup_message {
	padding-left: 48px;
}

#popup_panel {
	text-align: center;
	margin: 10px 0;
}

#popup_panel input {
	margin:0 6px;
}

#popup_prompt {
	margin: .5em 0em;
}

/*.ui-widget-header { color:#000; }*/

@media only screen and (max-device-width: 480px) and (orientation: portrait)  {
	#popup_container {
		font-size: 16px;
		min-width: 80%;
		left: 9%;
		width: 80%;
		color: #000;
	}
	#popup_title { font-size: 18px; color:red; }
	#popup_message { font-size: 14px; }
	input[type="button" i] { font-size: 14px; }
	input, textarea { font-size: initial; }
}
