.ui-dialog {
	padding: 20px;
	background: #f8f8f8;
	border: 1px solid #888;
	z-index: 2;
}

.ui-widget-overlay {
	background: rgba(0, 0, 0, 0.8);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}

.ui-button {

}

input[type="submit"].gigya-input-submit {
	border: 1px solid #CECECE;
	cursor: pointer;
	padding: 0 12px;
	color: #333333;
	font-weight: bold;
	border-radius: 4px;
	background: #F2F2F2;
}