#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}
  
#boxes .window {
  position:fixed;
  width:782px;
  height:400px;
  display:none;
  z-index:9999;
  top:0;
}


#boxes #sticky {
  position:absolute;
  background-color: #EDEFEE; 
  width:782px; 
  min-height:408px;
  overflow:visible;
  text-align:center;
  padding:0px 0px 10px 0px;
  margin-left:50px;
  top:0;
}
#boxes .stickyimg {
}
#boxes #logo {
	position:relative;
  width:220px; 
  height:125px;
  float:left;
  margin-top:-460px;
}
#boxes #stickycontent {
	position:relative;
  width:732px; 
  float:left;
  margin:0;
  padding: 10px 0 5px 50px;
  overflow:visible;
  background-color: #FFFFFF; 
}
#boxes #stickytext {
	position:relative;
  width:290px; 
  float:left;
  overflow:visible;
  margin:-400px 0 10px 60px;
  text-align:left;
  overflow:visible;
  font-size:12px;
  color:#fff;
}
#boxes #stickycontent #stickybtn {
  position:relative;
  width:90px; 
  height:30px;
  float:left;
  margin-left:30px;
}
.button2 {
	background-color: #68A639;
	color:#fff;
	border:none;
	height:25px;
	font-weight:bold;
	text-decoration:underline;
	-moz-border-radius:6px;
	-khtml-border-radius:6px;
	border-radius: 6px;	
	padding:6px 20px 6px 20px;

}
