.balloons_overlay{
background:transparent url(overlay.png) repeat top left;
position:fixed;
top:0px;
bottom:0px;
left:0px;
right:0px;
z-index:100;
}
.balloons_anleitung{
background:transparent url(bg.png) repeat top left;
position:fixed;
top:-425px;
left:30%;
right:30%;
background-color:#f1f1f1;
color:#777777;
padding:20px;
border:2px solid #ccc;
-moz-border-radius: 20px;
-webkit-border-radius:20px;
-khtml-border-radius:20px;
-moz-box-shadow: 7px 7px 8px #333;
-webkit-box-shadow: 7px 7px 8px #333;
z-index:101;
}
.balloons_anleitung h1{
border-bottom: 1px dashed #777777;
margin:-20px -20px 0px -20px;
padding:10px;
color:#d96700;
-moz-border-radius:20px 20px 0px 0px;
-webkit-border-top-left-radius: 20px;
-webkit-border-top-right-radius: 20px;
-khtml-border-top-left-radius: 20px;
-khtml-border-top-right-radius: 20px;
}
a.balloons_boxclose{
float:right;
width:26px;
height:26px;
background:transparent url(cancel.png) repeat top left;
margin-top:-30px;
margin-right:-30px;
cursor:pointer;
}