body .ui-dialog.bl_popup .ui-dialog-titlebar.ui-widget-header {
	background: #fff;
    height: 50px;
    line-height: 50px;
}
body .ui-widget-header .ui-dialog-title{
	margin:0;
	padding:0 10px;
	text-shadow:none;

	color: #333;
	font-weight: normal;
	font-size: 18px;
}
.blpopup-btn-grey.ui-button {
    background: #333;
    color :#fff;
    padding: 0;
}
.blpopup-btn-green.ui-button {
    background: #2ECC71;
    color :#fff;
}
.blpopup-btn-green.ui-button span.ui-button-text, .blpopup-btn-grey.ui-button span.ui-button-text {
    font-size: 14px;
    padding: 0;
}
