/* CSS Document */

     #pop_overlay
     {
          display: none;
		  position: fixed;
          width: 100%;
          height: 100%;
          top: 0px;
          left: 0px;
          background: #000000;
          filter: alpha(opacity=80);
          -moz-opacity: 0.8;
          opacity: 0.8;
     }

     #pop_container
     {
          display: none;
          position: fixed;
          width: 100%;
          height: 100%;
          top: 0px;
          left: 0px;
          background: transparent;
     }

     #pop_inner
     {
	display: block;
	width: 760px;
	height: auto;
	margin: 50px auto 0 auto;
	background: #FFFFFF;
	border: 1px solid #999999;
	text-align: center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#89c100;
	padding: 20px;
		  
     }
	 
	  #bezar
     {
      padding:0px;
	  text-align:right;      
	 }
