#popup_container {
	font-family:"Lucida Grande","Lucida Sans Unicode","Arial,Verdana,sans-serif";
	font-size:11px;
	min-width:300px; /* Dialog will be no smaller than this */
	max-width:600px; /* Dialog will wrap after this width */
	background:#FFEB9A;
	border:solid 5px #FFEB9A;
	color:#917400;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}

#popup_title
{
	font-family:"Lucida Grande","Lucida Sans Unicode","Arial,Verdana,sans-serif";
	font-size:14px;
	font-weight:bold;
	text-align:center;
	line-height:20px;
	color:#917400;
	/*background: #CCC url(js/Alerts/images/title.gif) top repeat-x;
	border:solid 1px #FFF;
	border-bottom:solid 1px #999;*/
	cursor:default;
	padding:0px;
	margin:0px;
	min-width:300px;
	max-width:600px;
}

#popup_content
{
	background:url(images/alert.gif) 10px top no-repeat;
	margin:0px;
	padding:10px 10px 5px 15px;
}

#popup_content.alert
{ background-image:url(images/alert.gif); }

#popup_content.confirm
{ background-image:url(images/important.gif); }

#popup_content.prompt
{ background-image:url(images/help.gif); }

#popup_message
{ padding-left:50px; }

#popup_panel
{
	text-align:center;
	margin:10px 0px 0px 0px;
}

#popup_prompt
{ margin:5px 0px; }

#popup_container INPUT[type='button'], #popup_panel INPUT[type='button']
{
	background:#917400;
	border:outset 0px #FFEB9A;
	color:#FFFFFF;
	width:50px;
	height:20px;
}