.pups-offer-10 {
	width: 600px;
	height: 450px;
	box-shadow: 0px 0px 3px 1px #222222;
}

.pups-offer-10 p{
	display:none;
}

.pups-offer-10 a.button-ok {
}

.pups-offer-10 .button-ok strong {
}

 .pups-offer-10 .button-ok:hover strong {
}

.pups-offer-10 .close{
	background-image: url("images/close.png");
	width:11px;
	height:11px;
	position:absolute;
	top:5px;
	right:5px;
	text-indent:-9999px;
	z-index:100;
	opacity:1;
}

