#popup_overlay {
	background-color: #000;
}
#popup_container {
	min-width:200px; /* Dialog will be no smaller than this */
	max-width: 80%; /* Dialog will wrap after this width */
	background: #FFF;
	color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#popup_title {
	text-align: center;
	line-height: 1.75em;
	color: #fff;
	background: #e22;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	cursor: default;
	padding: 0em;
	margin: 0em;
}

#popup_content {
	padding: 0.5em 1em 0;
	margin: 0em;
}

#popup_message {
	line-height: 1.3em;
}

#popup_panel {
	text-align: center;
	margin: 0.5em 0em 0.75em;
}
#popup_panel input{
	width: 40%;
	height: 2em;
}
#popup_panel input:first-child{
	margin-right: 10%;
}

#popup_prompt {
	margin: .5em 0em;
}