#popup_container {
	font-family: Arial, sans-serif;
	font-size: 1.5em;
	padding-left: 2em;
        padding-right: 2em;
	color: #666;
	background: #CCC url(images/title.gif) top repeat-x;
	border: solid 5px #999;
	color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#popup_title {
	font-size: 2em;
	font-weight: bold;
	text-align: center;
	line-height: 2em;
	color: #666;
	background: #CCC;
	cursor: default;
	padding-left: 2em;
        padding-right: 2em;
}

#popup_content {
    text-align: center;
    font-size: 2em;
    margin: 0;
    padding: 0 0 2em 0;
   opacity: 0.75;
}
