#popup_container {
	font-family: Arial, sans-serif;
	font-size: 12px;
	min-width: 200px; /* Dialog will be no smaller than this */
	max-width: 450px; /* Dialog will wrap after this width */
	background: #E1EBF4;
	border: solid 5px #11638B;
	color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#popup_title {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	/*line-height: 1.75em;*/
	color: #FFFFFF;
	height:20px;
	background: #11638B; /*url(../images/title.gif) top repeat-x;*/
	
	border-bottom: solid 1px #127BAA;
	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 {
	
}

#popup_content.confirm {
	/* background-image: url(images/important.gif); */
}

#popup_content.prompt {
}

#popup_message {
	/*padding-left: 48px;*/
}

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

#popup_panel input{
	color:#FFFFFF;
	background-color:#11638B;
	border:#368AAF 1px solid;
}
#popup_prompt {
	margin: .5em 0em;
}

#popup_title a
{
	display:block;
	height:20px;
	width:20px;
	float:right;
	background:url(images/popup_close.png) no-repeat;
}
#popup_title a:hover
{
	background:url(images/popup_close_hover.png);
}
#popup_heading
{
	float:left;
	margin-left:5px;
	margin-bottom:5px;
}