#popup_container {
	font-family: Arial, sans-serif;
	font-size: 12px;
	width:90%;
	max-width: 353px; /* Dialog will be no smaller than this */
	min-width:288px !important;
	background: #FFF;
	border: solid 1px #999;
	color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin:0 0 0 44px !important;
}

#popup_title {
	font-size: 19px;
	font-weight: bold;
	text-align: center;
	line-height:18px;
	color:#CCC;
	background:rgba(0,0,0,0.8);
	border: solid 1px #FFF;
	border-bottom: solid 1px #999;
	cursor: default;
	padding:10px 0;
	margin: 0em;
}

#popup_content {
	padding: 1em 1.75em;
	margin: 0em;
}

#popup_content.alert {
}

#popup_content.confirm {
	/*background-image: url(images/important.gif);*/
}

#popup_content.prompt {
	background-image: url(images/help.gif);
}

#popup_message {
	/*padding-left: 48px;*/
	text-align:center;
	padding:12px 0;
	font-family: 'pt_sansbold';
	font-size: 16px;
	color: #434546;
}
#popup_panel input {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
border: 1px solid #92a3b0;
background-color: #5f8fb4;
padding: 5px;
color: #fff;
}
#popup_panel {
	text-align: center;
	margin:0em 0em 0.5em 1em;
}

#popup_prompt {
	margin: .5em 0em;
}
@media (max-width: 940px){
#popup_container {margin:0px !important;}
}