.ui-area-loading .ui-area-loading-loader {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2500;
}
.ui-area-loading .ui-area-loading-cover {
	background: #fff;
	display: block;
	height: 100%;
	width: 100%;
	opacity: .50;
	-khtml-opacity: .50;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
}
.ui-area-loading .ui-area-loading-spinner {
	background: url(/static/img/loadingbar.gif) 50% 50% no-repeat;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}		

.cm-colorbox-open, .cm-colorbox-close {
	cursor: pointer;
}

.cm-colorbox-inline, .cm-colorbox-inline-on-init {
	display: none;
}
#colorbox .cm-colorbox-inline, #colorbox .cm-colorbox-inline-on-init {
	display: block;
}