#popup_container {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 24px;
	min-width: 600px; /* Dialog will be no smaller than this */
	max-width: 800px; /* Dialog will wrap after this width */
	height:220px;
	background: #ff99ff;
	border: solid 5px #999;
	color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#popup_title {
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	line-height: 1.75em;
	color: #666;
	background: #CCC url(../../img/div/title.gif) top repeat-x;
	border: solid 1px #FFF;
	border-bottom: solid 1px #999;
	cursor: default;
	padding: 0em;
	margin: 0em;
}

#popup_content {
	background: no-repeat url(../../img/div/info.gif);
	padding: 10px 0px 120px 0px;
	margin: 5px 0px 0px 0px;
}

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

#popup_message {
	padding-left: 280px;
}

#popup_panel {
	margin: 40px 0px 0px 400px;
}
#popup_ok {
	margin:80px 0px 0px 0px;
	width:200px;
}

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