.info-btn { color:#333; display:none; }
.info-popup { position:absolute; top:0px; left:0px; font-size:80%; display:none; z-index:1000;  }
.info-popup-body {
  position:relative;
  background: #b1c75a; 
  margin:10px; 
  color: #0e1107; 
  border:1px solid #929f3f;
  font-size:12px;
  line-height:1.3em;
  border-radius:5px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px; 		
  box-shadow:0 3px 4px rgba(0,0,0,.2);
  -moz-box-shadow:0 3px 4px rgba(0,0,0,.2);
  -webkit-box-shadow:0 3px 4px rgba(0,0,0,.2);
}

.info-popup-titlebar { position: relative; height:20px; background:url(https://imgssl.constantcontact.com/ui/images1/panel-grab-handle.png) 0 0 no-repeat; border-bottom: 1px solid #929f3f; }

.info-popup-close-btn { position: absolute; top: 3px; right: 3px; width: 14px; height: 14px; background:url(https://imgssl.constantcontact.com/ui/images1/info_popup_close_btn.png) 0 0 no-repeat; }

.info-popup p {
  margin: 0 0 .5em 0;
  padding: 0;
}

.canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(https://imgssl.constantcontact.com/ui/images1/uxCommon/spacer.gif) 0 0 repeat;
}

.link-text {
  color: #007BBF;
  text-decoration: underline;
  cursor: pointer;
}

.info-popup-content {
  position:relative; 
  padding:12px 15px;
  font-family: Arial, Helvetica, sans-serif;
}

.info-popup-pointer { position:absolute; }

.info-popup-pointer-left { background: url(https://imgssl.constantcontact.com/ui/images1/info_popup_grn_crt_left.png) -9px 0 no-repeat; width:20px; height:20px; }
.info-popup-pointer-right { background: url(https://imgssl.constantcontact.com/ui/images1/info_popup_grn_crt_right.png) -1px 0 no-repeat; width:20px; height:20px; }
.info-popup-pointer-up { background: url(https://imgssl.constantcontact.com/ui/images1/info_popup_grn_crt_top.png) 0 -9px no-repeat; width:20px; height:20px; }
.info-popup-pointer-down { background: url(https://imgssl.constantcontact.com/ui/images1/info_popup_grn_crt_bot.png)  0 0 no-repeat; width:20px; height:20px; }

.info-popup h3 {margin:0 0 .5em 0; padding:0; text-shadow:0 1px 0 rgba(255,255,255,.3); font-size:14px; font-family:tahoma, verdana, arial, sans-serif; display:block;	color: #3d471a;  }

.info-popup-yellow .info-popup-body {
  background: #ffed8b;
  color: #5e3f1a;
  border:1px solid #b8a750;
}

.info-popup-yellow .info-popup-pointer-left { background: url(https://imgssl.constantcontact.com/ui/images1/info_popup_ylw_crt_left.png) -9px 0 no-repeat; }
.info-popup-yellow .info-popup-pointer-right { background: url(https://imgssl.constantcontact.com/ui/images1/info_popup_ylw_crt_right.png) -1px 0 no-repeat; }
.info-popup-yellow .info-popup-pointer-up { background: url(https://imgssl.constantcontact.com/ui/images1/info_popup_ylw_crt_top.png) 0 -9px no-repeat; }
.info-popup-yellow .info-popup-pointer-down { background: url(https://imgssl.constantcontact.com/ui/images1/info_popup_ylw_crt_bot.png)  0 0 no-repeat; }

.info-popup-yellow h3 { color: #5e3f1a; }

.info-popup-tooltip .info-popup-close-btn { display:none; }
.info-popup-tooltip .info-popup-body { background:#000; color:#fff; border:none; opacity:0.8; }
.info-popup-tooltip .info-popup-pointer { opacity:0.8; }
.info-popup-tooltip .info-popup-pointer-left { background-image: url(https://imgssl.constantcontact.com/ui/images1/info_popup_blk_crt_left.png); }
.info-popup-tooltip .info-popup-pointer-right { background-image: url(https://imgssl.constantcontact.com/ui/images1/info_popup_blk_crt_right.png); }
.info-popup-tooltip .info-popup-pointer-up { background-image: url(https://imgssl.constantcontact.com/ui/images1/info_popup_blk_crt_top.png); }
.info-popup-tooltip .info-popup-pointer-down { background-image: url(https://imgssl.constantcontact.com/ui/images1/info_popup_blk_crt_bot.png); }
