#overlay {
	display: none;
}

#overlay_transparent {
	FILTER: alpha(opacity=80);
    width: 100%;
    position: absolute;
    top: 0px;
	left: 0px;
    height: 100%;
    background: #000;
	moz-opacity: 0.8;
    khtml-opacity: 0.8;
    opacity: 0.8;
}

#overlay_content {
    margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
    width: 50%;
    position: absolute;
    top: 100px;
	left: 25%;
    background: #2c2c2c;
    text-align: center;
	z-index: 1;
}

#overlay_dynamic {
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}

#overlay button {
background:url("../images/kolonka6.jpg") repeat-x scroll 0 0 #FFFFFF;
border:1px solid #FFBC8F;
color:#FFAC77;
margin-bottom: 30px;
}
