#popup_bg {
	position:absolute;
	top:0px;
	left:0px;
/*	width:100%;
	height:100%;*/
	background-color:#000000;
}

#popup_container {
	font-family:Tahoma;
	color:#e8a129;
	font-size: 12px;
	min-width: 300px; /* Dialog will be no smaller than this */
	max-width: 800px; /* Dialog will wrap after this width */
	border:solid 1px #e8a129;
	background-color:#3a6f25;
}

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

#popup_content {
/*	background: 16px 16px no-repeat url('/pms/img/info.gif');*/
/*	padding: 1em 1.75em;*/
	padding:20px 10px 20px 10px;
	margin: 0em;
}

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

#popup_content.confirm {
/*	background-image: url(/img/important.gif);*/
}

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

#popup_message {
	padding-left: 48px;
	border-color:#e8a129;
}

#popup_panel {
	text-align: center;
	margin: 1em 0em 0em 1em;
}

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

#popup_container input {
	background:transparent url("/pms/img/button_bg.gif") repeat-x scroll 0 0;
	border:medium none;
	color:#fff1d0;
	height:20px;
	padding-left:8px;
	padding-right:8px;
}
