.loadingBGR{
	top:0px;left:0px;
	width:100%;
	height:100%;
	position: absolute;
	background: rgb(232,238,247); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(232,238,247,1) 0%, rgba(255,255,255,1) 30%, rgba(255,255,255,1) 70%, rgba(232,238,247,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(232,238,247,1)), color-stop(30%,rgba(255,255,255,1)), color-stop(70%,rgba(255,255,255,1)), color-stop(100%,rgba(232,238,247,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(232,238,247,1) 0%,rgba(255,255,255,1) 30%,rgba(255,255,255,1) 70%,rgba(232,238,247,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(232,238,247,1) 0%,rgba(255,255,255,1) 30%,rgba(255,255,255,1) 70%,rgba(232,238,247,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(232,238,247,1) 0%,rgba(255,255,255,1) 30%,rgba(255,255,255,1) 70%,rgba(232,238,247,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(232,238,247,1) 0%,rgba(255,255,255,1) 30%,rgba(255,255,255,1) 70%,rgba(232,238,247,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8eef7', endColorstr='#e8eef7',GradientType=0 ); /* IE6-9 */
        z-index: 20;
}

.loadingImage {
	position: absolute;
	width: 300px;
	height: 300px;
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    cursor: pointer;
    background-image: url("../images/loading2.gif");
    background-position: center;
    background-repeat: no-repeat;
}
