#popup_container {
	font-family: Georgia, 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: #313131 url('/share/images/site/box-middle.gif') -5px 0 repeat-y;
	border: solid 2px #a8a8a8;
	color: #000;
}

#popup_title {
	text-align: left;
	color: #545456;
	font-size: 14px;
	font-weight: 500;
	cursor: default;
	padding: 0em;
	margin: 0em;
	padding-left: 0.5em;
	line-height: 1.75em;
}

#popup_content {
	/* background: 16px 16px no-repeat url(/share/images/site/alert/info.gif); */
	padding: 0 1em;
	margin: 0em;
}

#popup_content.alert {
	/* background-image: url(/share/images/site/alert/info.gif); */
}

#popup_content.confirm {
	/* background-image: url(/share/images/site/alert/important.gif); */
}

#popup_content.prompt {
	/* background-image: url(/share/images/site/alert/help.gif); */
}

#popup_message {
	font-size: 12px;
	color: #fefefe;
	padding: 0 0 5px 0;
	line-height: 18px;
}

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

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

#popup_ok, #popup_cancel {
	color: #FFF;
	margin: 5px 0 0 10px;
	/* padding: 1px 8px 1px 8px; */
	font-size: 10px;
	font-family: Arial;
	width: 77px;
	height: 27px;
	background: transparent url("/share/images/site/button-close.gif") top left no-repeat;
	cursor: pointer;
}

#popup_ok:hover, #popup_cancel:hover {
	background-position: bottom left;
}

#popup_cancel {
	width: 54px;
	background: transparent url("/share/images/site/cancel_popup.gif") top left no-repeat;
}

#popup_cancel.disable {
	color: #B9C8D6;
}
