body{
  margin: auto;x
}

#act-creative{
  position:relative;
  width:100%;
  height:100%;
  max-width:970px;
  max-height:250px;
  cursor:pointer;
  overflow:hidden;
}
.pointer{cursor:pointer;}
.am{ margin: auto; }
/*.mbg{ background-color:rgb(250, 250, 252);}*/
.mw{ width:100%; }
.mh{ height:100%; }
.z7{ z-index: 7777; }
.z8{ z-index: 8888; }
.z9{ z-index: 9999; }
.z10{ z-index: 10000; }
.t0{ top:0; }
.r0{ right:0; }
.l0{ left:0; }
.b0{ bottom:0; }
.hd1{ height: 1px; }
.wd1{ width: 1px; }
.bbc{
  background-color:#000; /* control border color */
}
.ap{
  position:absolute;
}
.rp{
  position:relative;
}
.bv{
  display:block; /* control visibility of border */
}
#extrabtns{
  z-index:10000;
  width:auto;
	min-width: 86px;
	max-width: 160px;
  height:26px;
}
#stdextbtns{ height:100%; }
#leavebehind-banner {
  min-height: 29px;
  position:relative;
}
/* Extra button CSS */
.extbtnclosebg{background-color: rgb(225, 226, 225);}
.extbtnshowadbg{ background-color: white;}
.extbtntxt{
	font-family: "Verdana";
	font-color:black;
	white-space: nowrap;
}
.extbtndefwidth{
	width:86px;
}
.extbtndefheight{
	height:26px;
}
.extbtnshowadheight{
	height:18px;
}
.extbtnshowadborder{
	border: 1px solid rgb(153, 153, 153);
}
.extbtnfontsize{
	font-size:11px;
}
.extbtnborder {
	border-radius: 0px 0px 0px 7px;
}
.ret {
  height: 18px;
  font-family: "Verdana";
  font-size: 12px;
  border: 1px solid #999;
  border-radius: 4px;
  background-color: white;
}
.tray {
  height: auto;
  width: auto;
  font-family: "Verdana";
  text-align: center;
  padding: 6px 26px 5px 11px;
}
.pipe {
  width: 1px;
  height: 80%;
  position: absolute;
  right: 20px;
  top: 11%;
}
.cross {
  width: 2px;
  height: 11px;
  right: 9px;
  top: 7px;
  position: absolute;
}
.crossleft {
  transform: rotate(45deg);
}
.crossright {
  transform: rotate(-45deg);
}
.crossV {
  transform: rotate(0deg);
}
.crossH {
  transform: rotate(90deg);
}
.blkbg{
	background-color: black;
}
.userselect{
	user-select: none;
}

