/* Preloader */

#preloader {
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#20B3B6;
/*
	background-image:url(../images/MainBackground.jpg);

	background-attachment:fixed;
    background-position:center top;
    background-repeat: no-repeat;    
    */
    z-index:9999; /* makes sure it stays on top */
    overflow:hidden;
}

#status {
    width:200px;
    height:200px;
    position:absolute;
    left:50%; /* centers the loading icon horizontally one the screen */
    top:50%; /* centers the loading icon vertically one the screen */
    
    margin:-50px 0 0 -100px; /* is width and height divided by two */
}

#jobErrorstatus{
	
	 width:200px;
    height:200px;
    position:relative;
    left:50%; /* centers the loading icon horizontally one the screen */
    top:50%; /* centers the loading icon vertically one the screen */
    
    margin: 0 0 0 -100px; /* is width and height divided by two */
	

}