#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000000;
  opacity:5;
  display:none;
}  
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  width:435px;
  height:580px;
  display:none;
  z-index:9999;
}
#boxes #dialog {
  width:678px; 
  height:435px;
  padding:10px;
  background:url(../images/window_popup_bg.png) repeat-x bottom;
  background-color:#fdfdfd;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  border-radius:10px;
  border:solid 1px #e9e9e9;
}
.close {
	background:url(../images/cross.png) no-repeat;
	width:38px;
	height:39px;
	float:right;
	margin:-30px -25px 0 0px;
	position:relative;
}
.pop_img {
	width:700px;
	height:457px;
	float:left;
	margin:-20px 0 0px -11px;
	padding:0px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	background:url(../images/campaign.jpg) no-repeat;
}
.window_input { 
	width:700px;
	height:34px;
	float:left;
	border:3px solid #016cb4;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	margin:10px 0 15px 70px;
	text-align:center;
	font:14px Arial, Helvetica, sans-serif;
	background:#fff;
	color:#626262;
}
.window_button {
	background:url(../images/sp-avail-offer.png) no-repeat;
	width:262px;
	height:51px;
	float:left;
	border:none;
	border-radius:0;
	margin:0 0 21px 170px;
	cursor:pointer;
}
.window_bottom h1{
	width:600px;
	float:left;
	font-family:Tahoma;
	font-size:11px;
	color:#000000;
	font-weight:normal;
}
