.popup_container {
	font-size: 12px;
	min-width: 300px; /* Dialog will be no smaller than this */
	max-width: 600px; /* Dialog will wrap after this width */
	background: #FFF;
	color: #000;
}

.popup_title {
	font-size: 16px;
	font-weight:800;
	line-height: 1.75em;
	color: #fff;
	background-color:rgba(38,38,38,0.9);
	/*background: #CCC url(images/title.gif) top repeat-x;*/
	cursor: default;
	padding:15px;
	margin: 0em;
	position: relative;
	letter-spacing: 0.01px;
}
/*.popup_title:before{
	content:"\f071";
	display: block;
	position: absolute; 
	font-family: 'FontAwesome';
	left: 15px;
	font-size: 14px; 
}*/

.popup_content {
	/*background: 16px 16px no-repeat url(images/info.gif);*/
	padding: 15px;
	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 {
	width: 100%;
	font-size: 14px;
	float: left;
	margin: 15px 0;
}

.popup_content .sfBtnWrapper {
	float: none;
	margin-bottom: 0;
	text-align: center;
	display: block;
}

.sfPrompt {
	width: 100% !important;
	font-size: 14px;
	margin:20px 0;
	background-color: rgba(0,0,0,0.4) !important;
	border-radius: 0 !important;
	color: #fff !important;
	border:none !important;
	box-shadow: none !important;
}