#popup_container {
	font-family: Trebuchet MS, Verdana, Helvetica, sans-serif, Arial;
	font-size: 11px;
	min-width: 300px; /* Dialog will be no smaller than this */
	max-width: 600px; /* Dialog will wrap after this width */
	background: #fff;
	border: solid 5px #b6b6b6;
	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: #666;
	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: 12px;
	background: #ff7200;
}

#popup_cancel {
	color: #fff;
}

#popup_cancel.disable {
	color: #fff;
}