
/** TRANSPARENTNI DIV */
#alpha_div {
  position: fixed;
  z-index:1001;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}
.alpha_divMacFFBGHack {background: url(../images/macFFBgHack.png) repeat;}
.alpha_BG {
  background-color:#000;
  opacity: 0.5;   /*supported by current Mozilla, Safari, and Opera */
  -moz-opacity: 0.5;  /*older Mozilla */
}

.alpha_layout_BG {
	background-color:#000;
  	opacity: 0.1;   /*supported by current Mozilla, Safari, and Opera */
  	-moz-opacity: 0.1;  /*older Mozilla */
}

#alpha_window {
  position:absolute;
  padding: 4px;
  background: #fff;
  z-index: 1002;
  color: #000;
  display:none;
  border: 4px solid #525252;
  text-align:left;
  top: 15px;
  left: 5%;
  width: 90%; 
  display: block;
}

#title_alpha_div {
	height: 25px;
}
#content_alpha {
	min-height: 400px;
}
a.close-alpha-link {
	position: absolute;
	z-index: 1003;
	top: 8px;
	right: 10px;
	font-weight: bold;
	color: #000;
}