#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: #7C533F;
	border: solid 5px #999;
	color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#popup_title {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.75em;
	color: #7C533F;
	background: #E0D0AC;
	border: solid 1px #E0D0AC;
	border-bottom: solid 1px #E0D0AC;
	cursor: default;
	padding: 0em;
	margin: 0em;
	height: auto;
}

#popup_content {
	background: 16px 16px no-repeat url(/dossier/imagefront/info.gif);
	padding: 1em 1.75em;
	margin: 0em;
	min-height : 70px;
}

#popup_content.alert {
	background-image: url(/dossier/imagefront/attention.png);
}

#popup_content.confirm {
/*	background:  #000000 url(/dossier/imagefront/questionmark.png) no-repeat 20px center;*/
	background:  #000000;
}

#popup_content.prompt {
	background-image: url(/dossier/imagefront/help.gif);
}

#popup_message {
/*	padding-left: 90px;*/
	text-align:  center;
	margin-top: 30px;
	color : #E0D0AC;
}

#popup_panel {
	text-align: center;
	margin: 1em 0em 0em 1em;
/*	padding-left: 75px;*/
}

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