#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 */
	margin: 15px;
	border: 6px solid #007aa9;
	padding: 10px;
	background: #fefefe;
	color: #00719c;
}

#popup_title {
	display: none;
}

#popup_content {
	padding: 1em 1.15em 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 1em 0em 1em;
}

#popup_prompt {
	margin: .5em 0em;
	padding: 3px;
	border: 1px solid #DAE1E7;
}

#popup_ok {
	width: 92px;
	height: 27px;
	margin: 0 5px;
	background: url(/share/images/site/buttons/button-ok.gif) top left no-repeat;
	/* text-indent: -9000px; */
	cursor: pointer;
}

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

#popup_cancel {
	width: 92px;
	height: 27px;
	margin: 0 5px;
	background: url(/share/images/site/buttons/button-cancel.gif) top left no-repeat;
	/* text-indent: -9000px; */
	cursor: pointer;
}

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

#popup_cancel.disable {
	color: #B9C8D6;
}
