#popup_background{
	height: 100%;
	width: 100%;
	opacity: 0.5;
	-moz-opacity: 0.5;
	background-color: black;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 99999;
	filter: alpha(opacity=50);
}

#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: #999;
	border: solid 5px #999;
	color: #000;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

#popup_title {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.75em;
	color: #666;
	background: #CCC url(/admin/_images/plugins/alerts/title.gif) top repeat-x;
	border: solid 0px #FFF;
	border-bottom: solid 1px #999;
	cursor: default;
	padding: 0em;
	margin: 0em;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
}

#popup_content {
	background: 16px 16px no-repeat url(/admin/_images/plugins/alerts/info.gif);
	background-color: white;
	padding: 1em 1.75em;
	margin: 0em;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
	-moz-border-radius-bottomleft: 7px;
	-moz-border-radius-bottomright: 7px;
}

#popup_content.alert {
	background-image: url(/admin/_images/plugins/alerts/info.gif);
}

#popup_content.confirm {
	background-image: url(/admin/_images/plugins/alerts/important.gif);
}

#popup_content.prompt {
	background-image: url(/admin/_images/plugins/alerts/help.gif);
}

#popup_message {
	padding-left: 48px;
}

#popup_panel {
	text-align: center;
	margin: 1em 0em 0em 1em;
}

#popup_prompt {
	margin: .5em 0em;
}

#popup_container input[type=button]{
	padding: 2px 4px;
}

#popup_message p{
	margin: 0px;
}


















#popup_container {
	font-size: 14px;
	border: solid 0px #595959;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	font-family: Conv_Akk_Pro;
}

#popup_title {
	line-height: 2.25em;
	color: white;
	background: none;
	background-color: #d6002a;
	border-bottom: 0px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: normal;
}

#popup_content {
	color: #555;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-bottomright: 0px;
	text-align: center;
}

#popup_content.alert {
	background-image: none;
}

#popup_content.yesno {
	background-image: none;
}

#popup_content.yesnocancel {
	background-image: none;
}

#popup_content.confirm {
	background-image: none;
}

#popup_content.prompt {
	background-image: none;
}

#popup_message {
	padding-left: 0px;
}

#popup_panel {
	text-align: center;
	margin: 1em 0em 0em 0em;
}

#popup_container input[type=button]{
	font-size: 14px;
	font-family: Conv_Akk_Pro;
	padding: 8px 14px;
	background-color: #d6002a;
	color: white;
	font-weight: 600;
	cursor: pointer;
	border: 0px;
}