#popup_overlay {
  opacity: 0.6;
  filter: alpha(opacity = 60);
  width: 100%;
}

#popup_container {

	width:450px;

	font-family: Segoe UI, Tahoma, sans-serif;

	font-size: 12px;

	background: #FFF;

	border: solid 2px #333;

	color: #000;

	-moz-border-radius: 5px;

	-webkit-border-radius: 5px;

	border-radius: 5px;

	overflow:hidden;

}



#popup_title {

	width:450px;

	font-size: 14px;

	font-weight: bold;

	text-align: center;

	line-height: 1.75em;

	color: #FFF;

	background: #336699 url(images/title.gif) top repeat-x;

	cursor: default;

	padding: 0em;

	margin: 0em;

}



#popup_content {

	background: 16px 16px no-repeat url(images/info.gif);

	padding: 1em 1.75em;

	margin: 0em;



}



#popup_content.alert {

	background-image: url(images/info.gif);

}



#popup_content.confirm {

	background-image: url(images/important.gif);

}



#popup_content.prompt {

	background-image: url(images/help.gif);

}



#popup_message {

	padding: 5px;

	width:100%;

}



#popup_ok, #popup_cancel { 

font-weight:bold;font-size:11px;

}



#popup_panel {

	text-align: center;

	margin: 1em 0em 0em 1em;

}



#popup_prompt {

	margin: .5em 0em;

}
