#popup_container {
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: ;
	min-width: 370px; /* Dialog will be no smaller than this */
	max-width: 370px; /* Dialog will wrap after this width */
	margin-left: auto;
	margin-right: auto;
	background: white;
	border: solid 7px #999;
	color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#popup_content {
	background: center no-repeat url(.png);
	padding: 1em 1em 0em 0em;
	margin: 0.5em 0.5em 0.5em -1em;
}

#popup_content.alert {
	background-image: url(.png);
}

#popup_content.confirm {
	background-image: url(images/important.gif);
}

#popup_content.prompt {
	background-image: url(images/help.gif);
}

#popup_message {
	padding-left: 40px;
}

#popup_panel {
	text-align: center;
	margin: 1em 1em;
}

#popup_prompt {
	margin: .5em 0em;
}

/* hacks */

#popup_panel input{
	color: blue;
	margin: 0px;
	padding: 6px;
	display: inline;
	border: 1px solid #fff;
	width: 40%;
	height: auto;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	background: gold url(images/title.gif) top repeat-x;
}

#popup_panel input:focus{
	border: 2px solid gray;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	display: inline-block;
}
