#popup_container {
	font-family: Arial, sans-serif;
	font-size: 12px;
	min-width: 300px; /* Dialog will be no smaller than this */
	max-width: 600px; /* Dialog will wrap after this width */
	background: #FFF;
	border: solid 5px #999;
	color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#popup_container a:link, #popup_container a:visited {
	text-decoration: none;
	color: #66839b;
	margin: 0px 10px;
	}
#popup_container a:hover {
	color: #990000;
	}

#popup_title {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.75em;
	color: #fff;
	background: #9ac5d8; /* url(/_img/alerts/title.gif) top repeat-x; */
	border: none;
	border-bottom: solid 1px #333;
	cursor: default;
	padding: 0em;
	margin: 0em;
}

#popup_content {
	/* background: 16px 16px no-repeat url(/_img/alerts/info.gif); */
	padding: 1em 1.75em;
	margin: 0em;
	font-size: 14px;
	color: #666; 
}

#popup_content.alert {
	/*background: transparent url('/_img/icons/error.png') no-repeat 16px 16px;*/
	padding-left: 24px;
}

#popup_content.confirm {
	/*background-image: url(/_img/alerts/important.gif);*/
}

#popup_content.prompt {
/*	background-image: url(/_img/alerts/help.gif); */
}

#popup_message {
	/* padding-left: 48px; */
}

#popup_panel {
	text-align: center;
	margin: 1em 0em 0em 1em;
}

#popup_prompt {
	margin: .5em 0em;
	border: 2px solid #c3d7e8;
	padding: 4px;
	font-size: 14px;
	line-height: 16px;
	color: #999;
	background: transparent url('/_img/template/input_shadow.gif') repeat-x;
}

#popup_prompt_short {
	width: 190px;
	margin: .5em 0em;
	border: 2px solid #c3d7e8;
	padding: 4px;
	font-size: 14px;
	line-height: 16px;
	color: #999;
	background: transparent url('/_img/template/input_shadow.gif') repeat-x;
}
#popup_prompt_two {
	width: 51px;
	margin: .5em 0em;
	border: 2px solid #c3d7e8;
	padding: 4px;
	font-size: 14px;
	line-height: 16px;
	color: #999;
	background: transparent url('/_img/template/input_shadow.gif') repeat-x;
}