﻿        #DNA-Spinner {
	        position: fixed;
	        top: 50%;
	        left: 50%;
	        height: 100px;
	        width: 100px;
	        margin-top: -50px;
	        margin-left: -50px;
	        overflow: hidden;
	        display: none;
	        z-index: 1104;
        }

        * html #DNA-Spinner {	/* IE6 */
	        position: absolute;
	        margin-top: 0;
        }

        #DNA-Spinner div {
	        position: absolute;
	        top: 0;
	        left: 0;
	        width: 100px;
	        height: 2100px;
	        background-image: url('/images/global/DNASpinner.png');
        }
        
        /* IE */

        #DNA-Spinner.DNA-ie div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/global/DNASpinner.png', sizingMethod='scale'); }



