.popup {
position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -160px;
    width: 320px;
    min-height: 40px;
    background-color: rgba(0,0,0,0.75);
    color: #FFF;
    z-index: 9999;
    padding: 15px;
    border-radius: 3px;
    font-size: 15px;
    display: none;
}
.popup-message {
	margin-top: 10px;
	color: #CFCFCF;
	font-size: 0.9em;
	max-width: 320px
}
	.popup-message p {
		margin: 0;
	}
.ajax-loader {
	width: 100%;
	height: 100%;
	background-color: rgba(42, 42, 42, 0.7);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	display: none;
}

	.ajax-loader .load {
		width: 128px;
		height: 128px;
		position: absolute;
		left: 50%;
		top: 50%;
		margin-left: -64px;
		margin-top: -64px;
	}