<!-- 
/*  Promotional Pop-up close pop-up link */
-->

#closeLink { font-size:16px; color:#fff; position:absolute; right:10px; bottom:10px; }


<!-- 
/*  Promotional Pop-up  Custom close pop-up link */
-->

#closeLinkCustom { font-size:16px; color:#fff; position:absolute; right:10px; bottom:10px; }


<!-- 
/*  Promotional Pop-up Ajax Signup */
-->

/* defines the form width */
.popup-subscribe-form  { width:500px; }
/* defines the e-mail text input box */
.popup-subscribe-form .input-box { float:left; }
.popup-subscribe-form .input-text { float:left; font-size:20px; padding:5px; width:260px; margin-right:10px; }
/* defines the submit button */
.popup-subscribe-form .button { float:left; border:0px; padding:10px; color:#fff; background:#F60; font-size:20px; }
/* defines the form container */
#popup-subscribe-container { /*position:absolute; top:286px; left:30px;*/	 }

/* defines the look of the loader when processing a sign-up */
.promotional-popup-loader {  /* background:#ff0000; */  }
/* defines the look of the feedback upon sign-up */
.promotional-popup-feedback {  font-size:20px; padding:5px; margin-right:10px;  }

<!-- 
/*  Promotional Pop-up Countdown */
-->
/* defines the spacing between numbers */
.countTable { border-spacing:5px; border-collapse: separate; }
/* defines the look of numbers */
.countNumbers { font-family:Arial, Helvetica, sans-serif; font-size:50px; font-weight:bold; padding:3px; text-align:center; background:#FFF; width:80px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; box-shadow: 2px 2px 6px rgba(0,0,0,0.6); }
/* defines the labels displayed below the numbers */
.countLabels { font-family:Arial, Helvetica, sans-serif; font-size:20px; font-weight:bold; padding:3px; text-align:center; }

<!-- 
/*  Promotional Pop-up YouTube Player */
-->
#popup-player { position:absolute; top:30px; left:30px; }
