#popup_container {
	font-family: Arial;
	font-size: 12px;
	min-width: 300px;
	max-width: 600px;
	background: #ffffff;
	border: solid 2px #999999;
	color: #000000;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

#popup_title {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 20px;
	color: #666666;
	background: #cccccc url(images/title.gif) top repeat-x;
	border: solid 1px #ffffff;
	border-bottom: solid 1px #999999;
	cursor: default;
	padding: 0px;
	margin: 0px;
}

#popup_content {
	background: 10px 5px no-repeat;
	padding: 10px;
}

#popup_content.alert {
	background-image: url(images/warning.png);
}

#popup_content.confirm {
	background-image: url(images/help.png);
}

#popup_message {
	padding-left: 48px;
}

#popup_panel {
	text-align: center;
  padding-top: 15px;
}

.popup_button
{
  font-family: "Arial";
  color: #000000;
  border: solid;
  border-width: 1px;
  border-color: #999999;
  font-size: 14px;
  background: #cccccc url(images/title.gif) top repeat-x;
  padding: 2px;
  margin: 0px;
}

