#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 1px #474747;
	color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
    box-shadow: 0px 0px 10px #fff;
}

#popup_title {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.75em;
	color: #fff;
    background: rgba(39,39,39,0.95);
	/*background: #CCC url(images/title.gif) top repeat-x;*/
	/*border: solid 1px #FFF;*/
	/*border-bottom: solid 1px #999;*/
	cursor: default;
	padding: 3em 0em;
	margin: 0em;
}
#popup_ok{ width: 148px; height: 48px; background: #28ba47; font-size: 20px; border: #abcdd8 1px solid; color:#fff; border-radius: 3px;}
#popup_ok_nba{ width: 148px; height: 48px; background: #28ba47; font-size: 20px; border: #abcdd8 1px solid; color:#fff; border-radius: 3px;}
#popup_cancel{ width: 148px; height: 48px; background: #c92f2f; margin-left: 20px; font-size: 20px; border: #abcdd8 1px solid; color:#fff; border-radius: 3px;}
#popup_success_status{height: auto;padding: 10px; background: #28ba47; font-size: 20px; border: #abcdd8 1px solid; color:#fff; border-radius: 3px;text-align:center;}
#popup_fail_status{height: auto;padding: 10px; background: #c92f2f; font-size: 20px; border: #abcdd8 1px solid; color:#fff; border-radius: 3px;text-align:center;}
#popup_before_status{height: 48px; background: #478ea4; font-size: 20px; border: #abcdd8 1px solid; color:#fff; border-radius: 3px;}
#popup_content {
	padding: 3em 1.75em;
	margin: 0em;
    background: rgba(9, 40, 39,0.85);
}
#popup_message {
	padding-left: 48px;
}

#popup_panel {
	text-align: center;
	/*margin: 1em 0em 0em 1em;*/
}

#popup_prompt {
	margin: .5em 0em;
}
.loading-css{
font-size:20px;
color:#fff;
text-align:center;
margin-bottom: 15px;
}
.twait-css{
height: 48px; background: #c92f2f; font-size: 20px; border: #abcdd8 1px solid; color:#fff; border-radius: 3px;text-align:center;
}