#popup_container {
	font-family: Arial, sans-serif;
	font-size: 12px;

    width:450px;
	background: threedface;
	border: solid 5px highlight;
	color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}



#popup_title {

     background: url(/images/overlay.png?4145972250) Highlight repeat-x;
    *background-image: none;
    *filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/images/overlay.png?4145972250,sizingMethod=scale);


	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.75em;
	color: HighlightText;
    height:30px;
	border: solid 1px ThreeDDarkShadow;
	border-bottom: solid 1px ThreeDLightShadow;
	cursor: default;
	padding: 0em;
	margin: 0em;


}

#popup_content {
	padding:10px;
	margin: 0em;
}

#popup_content a {color:#0066CC}
#popup_panel {
	/*text-align: center;
	margin: 1em 0em 0em 1em;
    float:left;*/
   position:relative;
    margin-top:-19px;
    margin-left:160px;

}

#popup_prompt {
	margin: .5em 0em;
}