#popup_container {
	font-family: Arial, sans-serif;
	font-size: 12px;
	min-width: 60%; /* Dialog will be no smaller than this */
	max-width: 60%; /* Dialog will wrap after this width */
	top:80px;
	background: #FFF;
	border: solid 1px #C5C5C5;
	color: #000;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}

#popup_title {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	line-height: 1.60em;
	color: #FFFFFF;
	background: #0E3760;
	/*border: solid 1px #FFF;*/
	border-bottom: solid 1px #999;
	cursor: default;
	padding: 0em;
	margin: 0em;
	/*border-radius:8px;*/
	padding-left:14px;
	padding-right:14px;
	margin-top:0.3px;
	border-bottom-left-radius:1px;
	border-bottom-right-radius:1px;
	border-top-left-radius:18px;
	border-top-right-radius:18px;
	
   
	
}

#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-left: 2px;*/
}

#popup_panel {
	text-align: center;
	margin: 1em 0em 0em 1em;
}

#popup_prompt {
	margin: .5em 0em;
}