        #popup_bg {
            position: fixed;
            width: 100%;
            height: 100%;
            background-color: #000;
            z-index: 9001;
            opacity: 0.85;
            filter: alpha(opacity=85);
        }
        #popup_contener {
        	display: table;
        	position: fixed;
        	top: 0;
        	left: 0;
        	width: 100%;
        	height: 100%;
        	z-index: 9005;
        }
        #popup_contener #popup_window {
        	display: table-cell;
	        vertical-align: middle;
        }
        #popup_window #popup
        {
            vertical-align: middle;
            margin: 0 auto;
            overflow: auto;
            width: 740px;
            height: 500px;
            background-color: #000000;
            border: 2px red solid;
        }
        #logo_popup
        {
            margin-top:15px;
            margin-left:220px;
            float:left;
            width:196px;
            height:123px;
            background-image: url( '../img/logo.png' );
        }
        *html #logo_popup
        {
            margin-left:110px;
        }
        #tekst1
        {
            float: left;
            width: 640px;
            height: 23px;
            margin-top: 10px;
            color: #4bc9e4;
            text-align: center;
            font-family: Verdana;
            font-size: 18px;
            font-weight: bold;
        }
        #tekst2
        {
            float: left;
            margin-top: 0px;
            padding-left: 12%;
            color: #4bc9e4;
            text-align: center;
            font-family: Verdana;
            font-size: 10px;
        }
        #tekst3
        {
            float: left;
            margin-top: 10px;
            padding-left: 18%;
            color: #ffdb40;
            text-align: center;
            font-family: Verdana;
            font-size: 11px;
        }
        #tekst3 label {
            font-weight: bold;
        }
        
        #tekst4
        {
            float: left;
            margin-top: 30px;
            padding-left: 40%;
            text-align: center;
        }
        #tekst4 a {
            border: 0px;
            font-family: Verdana;
            font-size: 24px;
            font-weight:bold;
            color: #4bc9e4;
            background: #000;
        }
        #tekst5
        {
            float: left;
            padding-left: 43%;
            margin-top: 15px;
            text-align: center;
            font-family: Verdana;
            font-size: 14px;
            font-weight: bold;
        }
        #tekst5 a {
           color: red;
        }
        .cc {
           width: 20px;
        }
		  #tekst55	
        {
		  color: #ff0000;
            float: left;
            padding-left: 0%;
            margin-top: 15px;
            text-align: center;
            font-family: Verdana;
            font-size: 12px;
            font-weight: bold;
				
        }

