#popup_container {
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	min-width: 300px; /* Dialog will be no smaller than this */
	max-width: 600px; /* Dialog will wrap after this width */
	margin: 15px;
	padding: 10px;
	background: white;
}

#popup_title {
	text-align: left;
	color: #fff;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: 400;
	background: url(/share/images/editBoxBg.gif) top repeat-x;
	cursor: default;
	padding: 0em;
	margin: 0em;
	padding-left: 1em;
	line-height: 2em;
	display: none;
}

#popup_content {
	background: 16px 16px no-repeat url(/share/images/site/alert/info.gif);
	padding: 1em 1.75em 1em 1.15em;
	margin: 0em;
}

#popup_content.alert {
}

#popup_content.confirm {
}

#popup_content.prompt {
}

#popup_message {
	/* padding-left: 48px; */
}

#popup_panel {
	text-align: center;
	margin: 1em 0 0em 1em;
	overflow: hidden;
}

#popup_panel button {
	float: right;
	}

#popup_prompt {
	margin: .5em 0em;
	padding: 3px;
	border: 1px solid #DAE1E7;
}

/*
#popup_ok {
	width: 63px;
	height:22px;
	margin: 0 0 0 10px;
	background: url(/share/images/buttons/button-ok.gif) no-repeat;
	text-indent: -9000px;
	cursor: pointer;
}

#popup_ok:hover {
	background: url(/share/images/buttons/button-ok-hover.gif) no-repeat;
}

#popup_cancel {
	width: 63px;
	height: 22px;
	margin: 0 0 0 10px;
	background: url(/share/images/buttons/button-cancel.gif) no-repeat;
	text-indent: -9000px;
	cursor: pointer;
}

#popup_cancel:hover {
	background: url(/share/images/buttons/button-cancel-hover.gif) no-repeat;
}

#popup_cancel.disable {
	color: #B9C8D6;
}
*/