body{
	background-color:#000000;
	margin:0;
}

#popup_container {
	font-family: Arial, sans-serif;
	font-size: 12px;
	min-width: 400px; /* Dialog will be no smaller than this */
	max-width: 600px; /* Dialog will wrap after this width */
	background: #FFF;
	border: solid 7px #999;
	color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#popup_title {
	font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 13px;
	font-weight: bold;
	line-height: 2.40em;
	color: #C19409;
	background: #2E2E2E;
	background-image: url(../../img/alert/error.png);
	background-repeat:no-repeat;
	background-position:left; 
	border: solid 10px #2E2E2E;
	border-top: solid 1px #2E2E2E;
	border-bottom: solid 1px #C19409;
	cursor: default;
	padding-left: 25px;
	margin: 0em;
}

#popup_content {
	//background: 16px 16px no-repeat url(../../img/alert/info.gif);
	padding: 1em 1.75em;
	margin: 0em;
	background: #000000;
}

#popup_content.alert {
	//background-image: url(../../img/alert/info.gif);
}

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

#popup_content.prompt {
	//background-image: url(../../img/alert/help.gif);
}

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

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

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

#li_error {
	color: #FF060D;
	font-size: 13px;
	padding-top: -5px;
	padding-left: 20px;
	font-weight: bold;
}