/* the overlayed element */
div.overlay {
	/* growing background image */
	background-image:url(../sliki/petrol.png);
	background-repeat:no-repeat;
	/* dimensions after the growing animation finishes  */
	width:600px;
	height:600px;
	/* initially overlay is hidden */
	display:none;
	/* some padding to layout nested elements nicely  */
	padding:35px;	
}

/* default close button positioned on upper right corner */
div.overlay div.close {
	background-image:url(../sliki/close.png);
	position:absolute;
	right:5px;
	top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}
div.overlay p{
	color:#FFF;
}
div.overlay h2{
	margin:10px 0;
	color:#fff;
}

button{
background-color:#2682AF;
outline:0;
outline-style: none;
outline-color: #999999;
outline-style: outset;
/*outline-width: 1px;*/
border: 1px solid #999999;
-moz-border-radius:4px;

color: #ffffff;
height: 20px;
cursor: pointer;
font-size: 11px;
margin-top:5px;
	
}
a.poveke{
padding:3px;
color:#FFF;
background-color:#2682AF;
outline:0;
outline-style: none;
outline-color: #999999;
outline-style: outset;
/*outline-width: 1px;*/
border: 1px solid #999999;
-moz-border-radius:4px;
height: 20px;
cursor: pointer;
font-size: 11px;
margin-top:15px;
}
a.poveke:hover{
	color:#CCC;
}


