.modal-processing {
	position: fixed;
	margin: auto;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
	background-color: #000 !important;
	opacity: 0.65;
	z-index: 1000;
}

.modal-processing-message {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 250px;
	line-height: 64px;
	height: 60px;
	margin-left: -120px;
	margin-top: -40px;
	background-color: #EFEFEF;
	text-align: center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 64px #000;
	-moz-box-shadow: #000 0 0 64px;
	box-shadow: 0 0 64px #000;
	z-index: 1001;
}

.ajax-long-response {
	display: table-cell;
}

.processing-icon {
	margin-right:10px;
}