#loadingWrap  {
/* background image set in JavaScript so it can be preloaded */
position:absolute;
top: 50%;
left: 50%;
width:510px;
height:496px;
margin-top: -255px; /*set to a negative number 1/2 of your height*/
margin-left: -248px; /*set to a negative number 1/2 of your width*/
background-color: #FFF;
text-align: center;
}

#loading { 
    position:absolute;
    width:170px;
    height:170px;
    top: 50%;
    left: 50%;
    margin-top: -82px; /*set to a negative number 1/2 of your height*/
    margin-left: -85px; /*set to a negative number 1/2 of your width*/
}

#timer {
display: none;
position: fixed;
top: 0%;
left: 0%;
width:100%;
height:100%;
z-index:99999;
/*background:  url('/other_files/tcd/images/loading/loading-bg.png') repeat;*/
background-color: white;
   margin-top: 0%;  /* set to a negative number 1/2 of your height*/
   /*margin-left: -50%; /set to a negative number 1/2 of your width*/
}

#resultPageTimer{
position: fixed;
top: 0%;
left: 0%;
width:100%;
height:100%;
z-index:99999;
/*background:  url('/other_files/tcd/images/loading/loading-bg.png') repeat;*/
background-color: white;
    margin-top: 0%; /*set to a negative number 1/2 of your height*/
   /* margin-left: -50%; set to a negative number 1/2 of your width*/
}

#loadingTextTop,
#loadingTextBottom {
  margin: 0 auto;
	text-align: center;
	font-family: calibri;
	font-weight:bold;
}

#loadingTextTop {
  padding: 121px 20px 0px;
  font-size:22px;
	color:#CC0000;
}

#loadingTextBottom {
  padding: 0px 20px;
  font-size:18px;
  color:#333;
  position:relative;
  bottom:-195px;
}

/* MODEAL OVERLAY */

/* Form Overlay */
#modalOverlay { 
  background-color:#000;
  height:100%;width:100%;
  left:0;position:fixed;top:0;z-index:100;
    opacity:0.5;
    filter:alpha(opacity=50);
}

#loadingModal { 
  background: transparent url(/other_files/tcd/images/loading/loading-modal.png) no-repeat 0 0;
  margin:0 auto;
    z-index:101;
    text-align:center;
    position:fixed;
    left:50%;
    top:50%; 
    width:490px;
    height:294px;
    margin-left:-245px; 
    margin-top:-125px;
}

#loadingModal #loadingWrap { }

#loadingModal #loading { 
    position:absolute;
    width:170px;
    height:170px;
    top: 50%;
    left: 50%;
    margin-top: -120px;
    margin-left: -85px; /*set to a negative number 1/2 of your width*/
}

#loadingModal #loadingTextBottom {
    padding-top:220px;	
}

