#popup_container {
	font-family: Arial, sans-serif;
	font-size: 10pt;
	min-width: 300px; /* Dialog will be no smaller than this */
	max-width: 600px; /* Dialog will wrap after this width */
	background: #FFF;
	border: solid 1px #ccc;
	color:#454545;
}

#popup_title {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	line-height: 1.75em;
	color: #666;
	background: #CCC url(images/title.gif) top repeat-x;
	border: solid 1px #FFF;
	border-bottom: solid 1px #999;
	cursor: default;
	padding:0em 0em 0em 0.8em;
	margin: 0em;
}

#popup_content {
    background: 12px 4px 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: 48px;
}

#popup_panel {
	text-align: right;
	margin: 1em 0em 0em 1em;
}

#popup_prompt {
	margin: .5em 0em;
}

#popup_panel input[type="text"]{
	border-right: #aaa 1px solid;
	border-top: #ddd 1px solid;
	border-left: #ddd 1px solid;
	border-bottom: #aaa 1px solid;
	padding: 3px;
	cursor: pointer;
	color: #ffffff;
	font-family:'Open Sans', sans-serif;
	background-color: #2a3f55;
	font-size:8pt;
}

#popup_content ul{margin-top:14px;line-height: 0px;}
#popup_content ul li{margin-top:8px;height:10px;}