 
 
 
 
.transmit_forward
{
  display: block;
  width: 169px;
  height: 46px;
  background: url("/store/images/d_e_snacks_transmit.png") no-repeat 0 0;
  text-decoration:none;
}
 
.transmit_forward:hover
{ 
  background-position: 0 -46px;
}
 
 
.transmit_cancel
{
  display: block;
  width: 169px;
  height: 46px;
  background: url("/store/images/d_e_snacks_cancel.png") no-repeat 0 0;
  text-decoration:none;
}
 
.transmit_cancel:hover
{ 
  background-position: 0 -46px;
}
 
 
 
br.both{
	clear:both;
}
 
#backgroundPopup{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:100%;
	width:100%;
	top:0;
	left:0;
	background:#000000;
	border:1px solid #cecece;
	z-index:1;
	margin:0;
}
 
#popupContact{
	display:none;
	position:fixed;
	text-align:center;
	z-index:2;
	_position:absolute; /* hack for internet explorer 6*/
	height:531px;
	width:609px;
	padding:12px;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	color: #036;
	margin-top: 100px;
	margin-left:10%;
	margin-right:60%;
	background-image: url(/images/popupbg.png);
	background-repeat: no-repeat;
}
 
#popupContact h1{
	text-align:center;
	color:#003;
	font-size:22px;
	font-weight:700;
	padding-bottom:2px;
	margin-bottom:20px;
}
 
#popupContactClose{
	font-size:14px;
	color:#6fa5fd;
	font-weight:700;
	cursor:pointer;
}
 
#button{
	text-align:center;
	margin:100px;
}