.pop-clear {
  clear: both;
  overflow: hidden;
}

#pop-container {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  cursor: default;
  z-index: 999150;
}

#pop-container table {
  border-collapse: collapse;
}

#pop-container h1,
#pop-container h2,
#pop-container h3,
#pop-container h4,
#pop-container h5 {
  padding: 0;
  margin: 0;
}

#pop-container p {
  padding: 0;
  margin: 0;
}

#pop-container textarea,
#pop-container input {
  outline: none;
}

#pop-container .pop-pressable-down {
  position: relative;
  top: 2px;
  left: 2px;
}

#pop-container h1,
#pop-container h2,
#pop-container h3, {
  padding: 0;
}

#pop-container .pop-real-optin-form {
  display: none;
}

#pop-container .pop-wrap {
  position: relative;
  width: 100%;
  height: 100%;
}

#pop-container .pop-shadow {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999160;
}

#pop-container #pop-shadow-1 {
  background: #0f0;
  opacity: 0.5;
  display: none;
}

#pop-container #pop-shadow-2 {
  background: #f00;
  opacity: 0.5;
  display: none;
}

#pop-container .pop-popup {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999170;
}

#pop-container .pop-box {
  position: relative;
  height: 0;
  margin: auto;
  z-index: 55;
}

#pop-container .pop-back-popup .pop-main-box {
  width: 821px;
}

#pop-container .pop-email-box {
  width: 834px;
}

#pop-container .pop-back-popup .pop-box .pop-inner-box {
  width: 100%;
}

#pop-container .pop-email-box .pop-inner-box {
  background: url('images/templates/email-back.png') no-repeat;
  height: 345px;
}

#pop-container .pop-main-box .pop-remember,
#pop-container .pop-main-box .pop-forgot,
#pop-container .pop-main-box .pop-forgot a {
  font-family: 'Helvetica', 'Arial', sans;
  font-size: 13px;
  color: #8599a0;
  text-decoration: none;
}

#pop-container .pop-main-box .pop-forgot a:hover {
  color: #3f494c;
}

#pop-container .pop-checkbox {
  background: url('images/templates/checkbox.png') no-repeat;
  width: 20px;
  height: 20px;
  float: left;
  position: relative;
  top: -1px;
  cursor: pointer;
}

#pop-container .pop-checkbox.pop-checked {
  background-image: url('images/templates/checkbox-checked.png');
}

#pop-container .pop-checkbox-label {
  margin: 0 0 0 5px;
  cursor: pointer;
}

/* Box Top Part */

#pop-container .pop-back-popup .pop-box-part-t,
#pop-container .pop-back-popup .pop-box-part-t div {
  height: 13px;
  overflow: hidden;
}

#pop-container .pop-back-popup .pop-box-part-tl {
  float: left;
  width: 13px;
  background: url('images/templates/box-tl.png') no-repeat;
}

#pop-container .pop-back-popup .pop-box-part-tc-wrap {
  float: left;
  margin: 0 -13px;
  width: 100%;
}

#pop-container .pop-back-popup .pop-box-part-tc {
  margin: 0 13px;
  background: url('images/templates/box-tc.png') repeat-x;
}

#pop-container .pop-back-popup .pop-box-part-tr {
  float: left;
  width: 13px;
  background: url('images/templates/box-tr.png') no-repeat;
}

/* Box Middle Part */

#pop-container .pop-back-popup .pop-box-part-c,
#pop-container .pop-back-popup .pop-box-part-c div {
  overflow: hidden;
}

#pop-container .pop-back-popup .pop-box-part-cl {
  float: left;
  width: 13px;
  background: url('images/templates/box-l.png') repeat-y;
}

#pop-container .pop-back-popup .pop-box-part-cc-wrap {
  float: left;
  margin: 0 -13px;
  width: 100%;
}

#pop-container .pop-back-popup .pop-box-part-cc {
  margin: 0 13px;
  background: #d2d2d2 url('images/templates/box-body-y.png') repeat-y;
}

#pop-container .pop-back-popup .pop-box-part-cc-inner {
  background: url('images/templates/box-body.png') no-repeat;
  position: relative;
}

#pop-container .pop-back-popup .pop-box-bottom-fade {
  background: url('images/templates/box-bottom-fade.png') no-repeat 0 100%;
  width: 100%;
  height: 10px !important;
  position: absolute;
  bottom: 0;
}

#pop-container .pop-back-popup .pop-box-part-cr {
  float: left;
  width: 13px;
  background: url('images/templates/box-r.png') repeat-y;
}

/* Box Bottom Part */

#pop-container .pop-back-popup .pop-box-part-b,
#pop-container .pop-back-popup .pop-box-part-b div {
  height: 18px;
  overflow: hidden;
}

#pop-container .pop-back-popup .pop-box-part-bl {
  float: left;
  width: 16px;
  background: url('images/templates/box-bl.png') no-repeat;
}

#pop-container .pop-back-popup .pop-box-part-bc-wrap {
  float: left;
  margin: 0 -16px;
  width: 100%;
}

#pop-container .pop-back-popup .pop-box-part-bc {
  margin: 0 16px;
  background: url('images/templates/box-bc.png') repeat-x;
}

#pop-container .pop-back-popup .pop-box-part-br {
  float: left;
  width: 16px;
  background: url('images/templates/box-br.png') no-repeat;
}

#pop-container .pop-floating {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  z-index: 999210;
}

#pop-container .pop-floating img {
  position: relative;
}

#pop-container .pop-close-wrap {
  position: absolute;
  right: 70%;
  top: 33px;
  z-index: 999220;
}

#pop-container .pop-close {
  background: url('images/templates/close-btn.png') no-repeat 50% 50%;
  width: 64px;
  height: 60px;
  margin: 0 0 0 2px;
  cursor: pointer;
}

#pop-container div.pop-close:hover,
#pop-bottombar-container div.pop-close:hover {
  background-image: url('images/templates/close-btn-hover.png');
}

#pop-container .pop-bookmarks {
  position: absolute;
  background: url('images/templates/bookmarks-btn.png') no-repeat 50% 50%;
  right: 32%;
  top: 33px;
  width: 171px;
  height: 33px;
  cursor: pointer;
  z-index: 999220;
}

#pop-container .pop-bookmarks-msg {
  position: relative;
  top: 35px;
  left: 17px;
  padding: 2px 15px;
  background: #222;
  border: 1px solid #555;
  border-radius: 10px;
  font-family: Helvetica, Arial, sans;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-shadow: 2px 1px 3px #aaa;
  box-shadow: 0 1px 5px rgba(255, 255, 255, 0.5);
}

#pop-container .pop-nevershow {
  position: absolute;
  background: url('images/templates/nevershow-btn.png') no-repeat 50% 50%;
  left: 68%;
  top: 33px;
  width: 192px;
  height: 33px;
  cursor: pointer;
  z-index: 999220;
}

#pop-container .pop-topbar-hidden .pop-close,
#pop-container .pop-topbar-hidden .pop-bookmarks,
#pop-container .pop-topbar-hidden .pop-nevershow {
  top: 0;
}

#pop-container .pop-share-wrap {
  position: absolute;
  right: 0;
  top: 20%;
  z-index: 999220;
}

#pop-container .pop-share {
  position: relative;
  background: url('images/templates/share-back.png') no-repeat 100% 50%;
  width: 72px;
  height: 282px;
}

#pop-container .pop-share .pop-facebook-share {
  position: absolute;
  left: 17px;
  top: 7px;
}

#pop-container .pop-share .pop-google-share {
  position: absolute;
  left: 14px;
  top: 73px;
}

#pop-container .pop-share .pop-twitter-share {
  position: absolute;
  left: 12px;
  top: 140px;
}

#pop-container .pop-share .pop-linkedin-share {
  position: absolute;
  left: 11px;
  top: 209px;
}

#pop-container .pop-popup .pop-topbar {
  background-color: #2a4377;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 33px;
  text-align: center;
  color: #fff;
  text-shadow: #000 1px 1px 1px;
  font-family: 'Arial', sans-serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 35px;
  cursor: default;
}

#pop-container .pop-popup .pop-topbar.pop-topbar-decorated {
  background-image: url('images/templates/topbar-back.png');
  background-repeat: repeat-x;
}

#pop-container .pop-popup .pop-topbar-inner {
  height: 56px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

#pop-container .pop-popup .pop-topbar.pop-topbar-decorated .pop-topbar-inner {
  background: url('images/templates/topbar-center.png') no-repeat 50% 0;
}

#pop-container .pop-topbar a {
  color: #fe4;
  text-decoration: none;
}

#pop-container .pop-topbar a:hover {
  text-decoration: underline;
  text-shadow: #330 3px 3px 3px;
}

#pop-bottombar-container .pop-optin-field input,
#pop-container .pop-main-box .pop-optin-field input {
  background: transparent;
  border: none;
  box-shadow: none;
  width: 185px;
  height: 27px;
  line-height: 27px;
  padding: 0;
  margin: 5px 0 0 40px;
  font-family: Arial, sans;
  font-size: 18px;
}

#pop-container .pop-main-box .pop-optin-password {
  background: url('images/templates/pass-input.png') no-repeat;
  width: 230px;
  height: 37px;
}

#pop-bottombar-container .pop-optin-submit-button,
#pop-container .pop-main-box .pop-optin-submit-button {
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

#pop-bottombar-container .pop-optin-submit-button,
#pop-container .pop-main-box .pop-optin-submit-button {
  background: url('images/templates/subscribe-btn.png') no-repeat;
  width: 226px;
  height: 45px;
}

#pop-container .pop-main-box .pop-next-button img {
  cursor: pointer;
}

#pop-container .pop-yes-no-panel div.pop-yes-button:hover,
#pop-container .pop-yes-no-panel div.pop-no-button:hover,
#pop-container .pop-main-box .pop-next-button img:hover,
#pop-bottombar-container .pop-optin-submit-button:hover,
#pop-container .pop-main-box .pop-optin-submit-button:hover {
  opacity: 0.8;
}

#pop-container .pop-main-box .pop-facebook-button {
  background: url('images/templates/fb-btn.png') no-repeat;
  width: 234px;
  height: 71px;
  cursor: pointer;
}

#pop-container .pop-main-box div.pop-facebook-small-button {
  background: url('images/templates/fb-small-btn.png') no-repeat;
  width: 145px;
  height: 36px;
  cursor: pointer;
}

#pop-container .pop-main-box .pop-facebook-form-wrap .pop-facebook-small-button {
  cursor: pointer;
}

#pop-container .pop-main-box .pop-facebook-form-wrap div.pop-facebook-small-button {
  background: url('images/templates/fb-small-btn2.png') no-repeat;
  width: 198px;
  height: 33px;
}

#pop-container .pop-main-box .pop-facebook-form-wrap img.pop-facebook-small-button {
  position: relative;
  top: 20px;
}

#pop-container .pop-main-box .pop-email-subscribe {
  background: url('images/templates/email-btn.png') no-repeat;
  width: 286px;
  height: 50px;
  cursor: pointer;
}

#pop-container .pop-main-box .pop-rss-subscribe {
  background: url('images/templates/rss-btn.png') no-repeat;
  width: 286px;
  height: 50px;
  cursor: pointer;
}

#pop-container .pop-bullet .pop-tick {
  background: url('images/templates/tick.png') no-repeat;
  width: 35px;
  height: 27px;
  float: left;
}

#pop-container .pop-bullet .pop-text {
  float: left;
  white-space: nowrap;
  overflow: hidden;
}

#pop-container .pop-back-popup .pop-main-box.pop-custom-back .pop-box-part-t div,
#pop-container .pop-back-popup .pop-main-box.pop-custom-back .pop-box-part-c div,
#pop-container .pop-back-popup .pop-main-box.pop-custom-back .pop-box-part-b div,
#pop-container .pop-back-popup .pop-main-box.pop-custom-back .pop-headline-back-l,
#pop-container .pop-back-popup .pop-main-box.pop-custom-back .pop-headline-back-r,
#pop-container .pop-back-popup .pop-main-box.pop-custom-back .pop-headline-back-c,
#pop-container .pop-back-popup .pop-main-box.pop-custom-back .pop-headline-back-c-inner,
#pop-container .pop-back-popup .pop-main-box.pop-custom-back .pop-headline-shadow,
#pop-container .pop-back-popup .pop-main-box.pop-custom-back .pop-subheadline-shadow,
#pop-container .pop-back-popup .pop-main-box.pop-custom-back .pop-content-t,
#pop-container .pop-back-popup .pop-main-box.pop-custom-back .pop-content-c,
#pop-container .pop-back-popup .pop-main-box.pop-custom-back .pop-content-cr,
#pop-container .pop-back-popup .pop-main-box.pop-custom-back .pop-content-b,
#pop-container .pop-back-popup .pop-main-box.pop-custom-back .pop-buttons {
  background: none;
  background-image: none;
}

#pop-container .pop-hide-content {
  display: none;
}

#pop-container .pop-email-box .pop-line {
  background: url('images/templates/email-line.png') no-repeat;
  position: absolute;
  left: 17px;
  top: 91px;
  width: 788px;
  height: 9px;
}

#pop-container .pop-email-box .pop-buttons {
  position: absolute;
  left: 54px;
  top: 151px;
}

#pop-container .pop-email-box .pop-button {
  position: absolute;
  top: 0;
  height: 156px;
}

#pop-container .pop-email-box .pop-gmail-button {
  background: url('images/templates/gmail-btn.png') no-repeat 50% 50%;
  left: 20px;
  width: 162px;
}

#pop-container .pop-email-box .pop-hotmail-button {
  background: url('images/templates/hotmail-btn.png') no-repeat 50% 50%;
  left: 274px;
  width: 163px;
  height: 116px;
}

#pop-container .pop-email-box .pop-yahoo-button {
  background: url('images/templates/yahoo-btn.png') no-repeat 50% 50%;
  left: 484px;
  width: 208px;
  height: 142px;
}

#pop-container .pop-email-box .pop-button a {
  display: block;
  height: 156px;
}

#pop-container .pop-email-box .pop-box-part-cl,
#pop-container .pop-email-box .pop-box-part-cr,
#pop-container .pop-email-box .pop-box-part-cc-wrap,
#pop-container .pop-email-box .pop-box-part-cc,
#pop-container .pop-email-box .pop-box-part-cc-inner {
  height: 276px;
}

#pop-container .pop-email-box h1 {
  position: absolute;
  left: 44px;
  right: 42px;
  top: 48px;
  padding: 0 10px;
  font-family: 'Arial', sans-serif;
  font-size: 32px;
  font-weight: bold;
  line-height: 55px;
  letter-spacing: 0.3em;
  color: #535353;
  text-shadow: #fff 0 0 8px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
}

#pop-container .pop-email-box h2 {
  position: absolute;
  left: 58px;
  right: 47px;
  top: 105px;
  font-family: 'Arial', sans-serif;
  font-size: 17px;
  font-weight: bold;
  line-height: 30px;
  letter-spacing: 0.2em;
  color: #424242;
  text-shadow: #fff 0 0 5px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
}

#pop-container .pop-blank-popup .pop-content {
  position: absolute;
  left: 15px;
  right: 15px;
  top: 15px;
  padding: 10px;
  color: #333;
}


/* Subscribe Template */

#pop-container .pop-subscribe-popup .pop-main-box {
  width: 500px;
}

#pop-container .pop-subscribe-popup .pop-inner-box {
  background: url('images/templates/subscribe-back.png') no-repeat;
  height: 328px;
}

#pop-container .pop-box-popup h1,
#pop-container .pop-download-popup h1,
#pop-container .pop-subscribe-popup h1 {
  position: absolute;
  left: 32px;
  right: 30px;
  top: 38px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  font-family: 'Trajan Pro', 'Georgia';
  font-size: 20px;
  color: #1e1a1a;
}

#pop-container .pop-box-popup h2,
#pop-container .pop-download-popup h2,
#pop-container .pop-subscribe-popup h2 {
  position: absolute;
  left: 40px;
  right: 36px;
  top: 105px;
  height: 36px;
  line-height: 18px;
  text-align: center;
  font-family: 'Helvetica', 'Arial', sans;
  font-size: 16px;
  font-weight: bold;
  color: #002653;
}

#pop-container .pop-subscribe-popup .pop-email-subscribe-wrap {
  position: absolute;
  left: 109px;
  top: 151px;
}

#pop-container .pop-subscribe-popup .pop-rss-subscribe-wrap {
  position: absolute;
  left: 109px;
  width: 400px;
  top: 210px;
}


/* Download Template */

#pop-container .pop-download-popup .pop-main-box {
  width: 500px;
}

#pop-container .pop-download-popup .pop-inner-box {
  background: url('images/templates/download-back.png') no-repeat;
  height: 269px;
}

#pop-container .pop-download-popup h2 {
  top: 109px;
}

#pop-container .pop-download-popup .pop-content-wrap {
  position: absolute;
  left: 38px;
  right: 34px;
  top: 147px;
  text-align: center;
  color: #1a3da0;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 20px;
  font-style: italic;
  font-weight: bold;
  font-variant: small-caps;
}

#pop-container .pop-download-popup .pop-download-wrap {
  position: absolute;
  left: 80px;
  width: 315px;
  top: 165px;
}

#pop-container .pop-download-back {
  background: url('images/templates/download-btn.png') no-repeat 50% 50%;
  width: 315px;
  height: 73px;
  padding: 9px 0 0 20px;
}

#pop-container .pop-download-back .pop-download {
  width: 293px;
  height: 50px;
  cursor: pointer;
}

#pop-container .pop-download-back .pop-download span {
  display: none;
}

/* Facebook Like Reveal Template */

#pop-container .pop-wide-facebook-popup .pop-main-box {
  width: 876px;
}

#pop-container .pop-wide-facebook-popup .pop-inner-box {
  background: url('images/templates/video-facebook-back.png') no-repeat;
  height: 413px;
  position: relative;
}

#pop-container .pop-wide-facebook-popup h1 {
  position: absolute;
  left: 47px;
  right: 70px;
  top: 51px;
  height: 48px;
  line-height: 48px;
  font-size: 48px;
  font-family: 'Trajan Pro', 'Georgia', serif;
  font-variant: small-caps;
  text-align: center;
  color: #535353;
}

#pop-container .pop-wide-facebook-popup h2 {
  position: absolute;
  left: 60px;
  top: 114px;
  width: 720px;
  text-align: center;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 17px;
  line-height: 26px;
  color: #3a3a3a;
}

#pop-container .pop-wide-facebook-popup .pop-facebook-like-text {
  background: url('images/templates/like-text.png') no-repeat;
  width: 317px;
  height: 17px;
  margin: 9px 0 0 20px;
}

#pop-container .pop-wide-facebook-popup .pop-facebook-like-image {
  background: url('images/templates/like-btn.png') no-repeat;
  width: 299px;
  height: 114px;
  margin: 19px 0 0 25px;
}

#pop-container .pop-wide-facebook-popup .pop-inviter-wrap {
  margin: 19px 0 0 25px;
}

#pop-container .pop-wide-facebook-popup .pop-inviter-text {
  background: url('images/templates/inviter-text.png') no-repeat;
  width: 251px;
  height: 16px;
  margin: 9px 0 0 50px;
}

#pop-container .pop-wide-facebook-popup .pop-inviter {
  width: 299px;
  height: 114px;
  cursor: pointer;
}

#pop-container .pop-wide-facebook-popup .pop-video-wrap {
  position: absolute;
  left: 58px;
  top: 151px;
}

#pop-container .pop-wide-facebook-popup .pop-facebook-form {
  position: absolute;
  left: 462px;
  top: 150px;
}

#pop-container .pop-wide-facebook-popup .pop-facebook-like-wrap {
  margin: 8px 0 0 0;
}


/* Bullets Form Template */

#pop-container .pop-wide-form-popup .pop-main-box {
  width: 834px;
}

#pop-container .pop-wide-form-popup .pop-inner-box {
  background: url('images/templates/wide-form-back.png') no-repeat;
  height: 356px;
  position: relative;
}

#pop-container .pop-wide-form-popup h1 {
  position: absolute;
  left: 47px;
  right: 45px;
  top: 41px;
  height: 43px;
  line-height: 43px;
  font-size: 22px;
  font-family: 'Trajan Pro', 'Georgia';
  text-align: center;
  color: #1e1a1a;
}

#pop-container .pop-bullets-form-popup h2 {
  position: absolute;
  left: 60px;
  top: 110px;
  width: 430px;
  text-align: center;
  font-family: 'Trajan Pro', 'Georgia';
  font-weight: bold;
  font-style: italic;
  font-size: 17px;
  line-height: 21px;
  color: #3a3a3a;
}

#pop-container .pop-bullets {
  width: 415px;
}

#pop-container .pop-bullets-form-popup .pop-bullets-wrap {
  position: absolute;
  left: 65px;
  top: 165px;
  width: 415px;
  color: #000;
  font-family: 'Trajan Pro', 'Georgia';
  font-size: 14px;
  line-height: 28px;
}

#pop-container .pop-bullets-form-popup .pop-bullets-wrap .pop-bullet {
  height: 28px;
}

#pop-container .pop-bullets-form-popup .pop-bullets-wrap .pop-tick {
  background: url('images/templates/bullets/0.png') no-repeat 50% 50%;
  width: 25px;
  height: 25px;
}

#pop-container .pop-bullets-form-popup .pop-bullets-wrap .pop-text {
  margin: 0 0 0 5px;
  width: 380px;
}

#pop-container .pop-wide-form-popup .pop-email-subscribe-wrap {
  position: absolute;
  left: 110px;
  top: 150px;
}

#pop-container .pop-wide-form-popup .pop-rss-subscribe-wrap {
  position: absolute;
  left: 110px;
  top: 215px;
}

#pop-container .pop-wide-form-popup .pop-subscribe-form {
  position: absolute;
  left: 480px;
  top: 100px;
}

#pop-bottombar-container .pop-optin-field,
#pop-container .pop-main-box .pop-optin-field,
#pop-container .pop-box-popup .pop-optin-field,
#pop-container .pop-wide-form-popup .pop-subscribe-form .pop-optin-field {
  width: 290px;
  height: 38px;
}

#pop-bottombar-container .pop-optin-field input,
#pop-container .pop-main-box .pop-optin-field input,
#pop-container .pop-box-popup .pop-optin-field input,
#pop-container .pop-wide-form-popup .pop-subscribe-form .pop-optin-field input {
  margin: 6px 0 0 15px;
  font-size: 15px;
}

#pop-bottombar-container .pop-optin-name,
#pop-container .pop-main-box .pop-optin-name,
#pop-container .pop-box-popup .pop-optin-name,
#pop-container .pop-wide-form-popup .pop-subscribe-form .pop-optin-name {
  background: url('images/templates/name-input.png') no-repeat;
  margin: 13px 0 0 0;
}

#pop-bottombar-container .pop-optin-email,
#pop-container .pop-main-box .pop-optin-email,
#pop-container .pop-box-popup .pop-optin-email,
#pop-container .pop-wide-form-popup .pop-subscribe-form .pop-optin-email {
  background: url('images/templates/email-input.png') no-repeat;
  margin: 2px 0 0 0;
}

#pop-container .pop-main-box .pop-optin-password {
  background-image: url('images/templates/pass-input.png');
  margin: 2px 0 0 0;
}

#pop-container .pop-main-box .pop-optin-line-wrap {
  height: 45px;
}

#pop-container .pop-main-box .pop-optin-line-wrap .pop-optin-name {
  background-image: url('images/templates/name-input2.png');
  width: 240px;
  margin: 2px 0 0 0;
  float: left;
}

#pop-container .pop-main-box .pop-optin-line-wrap .pop-optin-email {
  background-image: url('images/templates/email-input2.png');
  width: 240px;
  margin: 2px 0 0 4px;
  float: left;
}

#pop-container .pop-main-box .pop-optin-line-wrap .pop-optin-submit-button {
  margin: 0 0 0 7px;
  float: left;
}

#pop-container .pop-wide-form-popup .pop-subscribe-form h3 {
  width: 275px;
  color: #696969;
  text-align: center;
  font-family: 'Trajan Pro', 'Georgia';
  font-weight: bold;
  font-size: 32px;
  line-height: 50px;
}

#pop-container .pop-wide-form-popup .pop-subscribe-form .pop-subscribe-wrap {
  margin: 7px 0 0 30px;
}

#pop-container .pop-wide-form-popup .pop-facebook-form-wrap {
  position: absolute;
  right: 0;
  bottom: 0;
}

#pop-container .pop-wide-form-popup .pop-facebook-form-wrap .pop-subscribe-via {
  background-image: url('images/templates/subscribe-via.png');
  width: 244px;
  height: 12px;
  position: absolute;
  right: 65px;
  bottom: 32px;
}

#pop-container .pop-wide-form-popup .pop-facebook-form-wrap .pop-facebook-wrap {
  position: absolute;
  right: 50px;
  bottom: -19px;
}

#pop-container .pop-wide-form-popup .pop-video-wrap {
  position: absolute;
  left: 64px;
  top: 95px;
}

#pop-container .pop-video {
  background: #000;
  width: 560px;
  height: 315px;
}

#pop-container .pop-video.pop-video-small {
  width: 400px;
  height: 225px;
}

#pop-container .pop-video.pop-video-big {
  width: 800px;
  height: 470px;
}

#pop-container .pop-video.pop-easyvp-video {
  background-color: transparent;
  width: auto;
  height: auto;
}

/* Video Template */

#pop-container .pop-video-popup .pop-main-box {
  width: 652px;
}

#pop-container .pop-video-popup .pop-inner-box {
  background: url('images/templates/video-back.png') no-repeat;
  height: 440px;
  position: relative;
}

#pop-container .pop-video-popup h1 {
  position: absolute;
  left: 47px;
  right: 45px;
  top: 44px;
  height: 43px;
  line-height: 43px;
  font-size: 22px;
  font-family: 'Trajan Pro', 'Georgia';
  text-align: center;
  color: #1e1a1a;
}

#pop-container .pop-video-popup .pop-video-wrap {
  position: absolute;
  left: 46px;
  top: 88px;
}


/* Login Template */

#pop-container .pop-box-popup .pop-main-box {
  width: 500px;
}

#pop-container .pop-box-popup .pop-inner-box {
  background: url('images/templates/subscribe-back.png') no-repeat;
  height: 328px;
  position: relative;
}

#pop-container .pop-login-popup h1 {
  font-size: 42px;
}

#pop-container .pop-login-popup h2 {
  top: 98px;
}

#pop-container .pop-login-popup .pop-username-wrap {
  position: absolute;
  left: 107px;
  top: 121px;
}

#pop-container .pop-login-popup .pop-password-wrap {
  position: absolute;
  left: 107px;
  top: 171px;
}

#pop-container .pop-login-popup .pop-login-wrap {
  position: absolute;
  left: 130px;
  top: 215px;
}

#pop-container .pop-login-popup .pop-remember-wrap {
  position: absolute;
  left: 110px;
  top: 265px;
  z-index: 999200;
}

#pop-container .pop-login-popup .pop-forgot-wrap {
  position: absolute;
  left: 285px;
  top: 265px;
  z-index: 999200;
}

#pop-container .pop-main-box .pop-login-back {
  background: url('images/templates/login-btn.png') no-repeat;
  width: 242px;
  height: 61px;
  padding: 5px 0 0 12px;
}

#pop-container .pop-main-box .pop-login {
  width: 218px;
  height: 37px;
  cursor: pointer;
}


/* Subscribe Form Template */

#pop-container .pop-subscribe-form-popup .pop-subscribe-form {
  position: absolute;
  left: 107px;
  top: 137px;
}

#pop-container .pop-subscribe-form-popup .pop-subscribe-form .pop-subscribe-wrap {
  margin: 7px 0 0 32px;
}

#pop-container .pop-subscribe-form-popup .pop-facebook-form-wrap {
  position: absolute;
  right: -21px;
  bottom: -1px;
}

#pop-container .pop-subscribe-form-popup .pop-facebook-form-wrap .pop-subscribe-via {
  background-image: url('images/templates/subscribe-via.png');
  width: 244px;
  height: 12px;
  position: absolute;
  right: 65px;
  bottom: 32px;
}

#pop-container .pop-subscribe-form-popup .pop-facebook-form-wrap .pop-facebook-wrap {
  position: absolute;
  right: 50px;
  bottom: -19px;
}

#pop-container .pop-blank-popup h1 {
  font-size: 48px;
  line-height: 48px;
  font-family: Arial, sans;
  font-weight: bold;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

#pop-container .pop-blank-popup h2 {
  font-size: 28px;
  line-height: 28px;
  font-family: Arial, sans;
  font-weight: bold;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

#pop-container .fb_edge_widget_with_comment span.fb_edge_comment_widget iframe.fb_ltr {
  display: none !important;
}

#pop-container .pop-facebook-share-button {
  display: inline-block;
  line-height: 0;
  background: url('images/templates/fb-share.png') no-repeat;
  width: 202px;
  height: 36px;
  cursor: pointer;
}

#pop-container .pop-facebook-share-button.pop-transparent-button {
  background: none;
  width: auto;
  height: auto;
}

#pop-container .pop-yes-no-panel {
  position: relative;
  background: url('images/templates/yes-no-panel.png') no-repeat;
  width: 869px;
  height: 66px;
}

#pop-container .pop-yes-no-panel .pop-yes-button {
  position: absolute;
  top: 3px;
  left: 704px;
  background: url('images/templates/yes-btn.png') no-repeat;
  width: 158px;
  height: 57px;
  cursor: pointer;
}

#pop-container .pop-yes-no-panel .pop-no-button {
  position: absolute;
  top: 3px;
  left: 7px;
  background: url('images/templates/no-btn.png') no-repeat;
  width: 138px;
  height: 57px;
  cursor: pointer;
}

#pop-container .pop-big-facebook-share-button {
  display: block;
  background: url('images/templates/big-facebook-share-btn.png') no-repeat;
  width: 708px;
  height: 122px;
  cursor: pointer;
}

#pop-container .pop-big-facebook-like-button {
  position: relative;
  background: url('images/templates/facebook-like-btn.png') no-repeat;
  width: 262px;
  height: 225px;
}

#pop-container .pop-big-facebook-like-button .pop-big-facebook-like-button-inner {
  position: absolute;
  left: 127px;
  top: 193px;
}

#pop-container .pop-big-facebook-like-button .fb_iframe_widget span {
  display: block;
}

#pop-bottombar-container {
  width: 919px;
  height: 81px;
  position: fixed;
  left: 50%;
  margin: 0 0 0 -460px;
  bottom: 0;
  right: 0;
  bottom: 0;
  z-index: 999160;
  display: none;
}

#pop-bottombar-container .pop-bottombar {
  background: url('images/templates/bottombar-back.png') no-repeat 50% 100%;
  width: 919px;
  height: 81px;
}

#pop-bottombar-container .pop-bottombar-inner {
  width: 725px;
  height: 45px;
  padding: 34px 0 0 185px;
}

#pop-bottombar-container .pop-optin-field {
  width: 240px;
}

#pop-bottombar-container .pop-optin-field input {
  width: 180px;
}

#pop-bottombar-container .pop-optin-name {
  background: url('images/templates/name-input2.png') no-repeat;
  margin: 2px 0 0;
  float: left;
}

#pop-bottombar-container .pop-optin-email {
  background: url('images/templates/email-input2.png') no-repeat;
  margin: 2px 0 0 6px;
  float: left;
}

#pop-bottombar-container .pop-optin-submit-button {
  float: left;
  margin: 3px 0 0 7px;
}

#pop-bottombar-container .pop-close-wrap {
  position: absolute;
  width: 1px;
}

#pop-bottombar-container .pop-close {
  position: absolute;
  right: -30px;
  bottom: -40px;
  background: url('images/templates/close-btn.png') no-repeat 50% 50%;
  width: 64px;
  height: 60px;
  cursor: pointer;
}


/* Video Box Templates */

#pop-container .pop-back-box-wrap {
  position: absolute;
  width: 100%;
}

#pop-container .pop-back-box {
  width: 100%;
}

#pop-container .pop-back-box tr,
#pop-container .pop-back-box td
#pop-container .pop-back-box {
  border-collapse: collapse;
  padding: 0;
  margin: 0;
  border: none;
}

#pop-container .pop-back-left {
  background-repeat: no-repeat;
  background-position: 0 0;
}

#pop-container .pop-back-right {
  background-repeat: no-repeat;
  background-position: 100% 0;
}

#pop-container .pop-back-tile {
  background-repeat: repeat-x;
  background-position: 0 0;
}

#pop-container .pop-video-box-popup .pop-facebook-form-wrap .pop-facebook-small-button {
  width: 222px;
  height: 37px;
  background: url('images/templates/facebook.png') no-repeat;
}

#pop-container .pop-back-iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
}


/* Optin Form Shortcodes - Start */

#pop-container .pop-blue-box {
  position: relative;
  background: url('images/forms/blue_box/back.png') no-repeat;
  width: 404px;
  height: 434px;
}

#pop-container .pop-blue-box .pop-optin-field {
  margin: 0;
  position: absolute;
  width: 237px;
  height: 49px;
  left: 83px;
}

#pop-container .pop-blue-box .pop-optin-field input {
  width: 229px;
  height: 23px;
  margin: 18px 0 0 1px;
  padding: 3px;
}

#pop-container .pop-blue-box .pop-optin-name {
  top: 195px;
  background-image: url('images/forms/blue_box/name.png');
}

#pop-container .pop-blue-box .pop-optin-email {
  top: 250px;
  background-image: url('images/forms/blue_box/email.png');
}

#pop-container .pop-blue-box .pop-optin-submit-button {
  position: absolute;
  left: 112px;
  top: 330px;
  background-image: url('images/forms/blue_box/submit.png');
  width: 180px;
  height: 51px;
}

#pop-container .pop-cyan-box {
  position: relative;
  background: url('images/forms/cyan_box/back.png') no-repeat;
  width: 432px;
  height: 322px;
}

#pop-container .pop-cyan-box .pop-optin-field {
  margin: 0;
  position: absolute;
  width: 273px;
  height: 46px;
  left: 78px;
}

#pop-container .pop-cyan-box .pop-optin-field input {
  width: 263px;
  height: 22px;
  margin: 16px 0 0 2px;
  padding: 3px;
}

#pop-container .pop-cyan-box .pop-optin-name {
  top: 132px;
  background-image: url('images/forms/cyan_box/name.png');
}

#pop-container .pop-cyan-box .pop-optin-email {
  top: 188px;
  background-image: url('images/forms/cyan_box/email.png');
}

#pop-container .pop-cyan-box .pop-optin-submit-button {
  position: absolute;
  left: 132px;
  top: 252px;
  background-image: url('images/forms/cyan_box/submit.png');
  width: 154px;
  height: 54px;
}

#pop-container .pop-diary {
  position: relative;
  background: url('images/forms/diary/back.png') no-repeat;
  width: 496px;
  height: 330px;
}

#pop-container .pop-diary .pop-optin-field {
  margin: 0;
  position: absolute;
  width: 273px;
  height: 48px;
  left: 114px;
}

#pop-container .pop-diary .pop-optin-field input {
  width: 264px;
  height: 23px;
  margin: 18px 0 0 2px;
  color: #ddd;
  padding: 3px;
}

#pop-container .pop-diary .pop-optin-name {
  top: 104px;
  background-image: url('images/forms/diary/name.png');
}

#pop-container .pop-diary .pop-optin-email {
  top: 165px;
  background-image: url('images/forms/diary/email.png');
}

#pop-container .pop-diary .pop-optin-submit-button {
  position: absolute;
  left: 180px;
  top: 235px;
  background-image: url('images/forms/diary/submit.png');
  width: 148px;
  height: 60px;
}

#pop-container .pop-green {
  position: relative;
  background: url('images/forms/green/back.png') no-repeat;
  width: 572px;
  height: 288px;
}

#pop-container .pop-green .pop-optin-field {
  margin: 0;
  position: absolute;
  width: 273px;
  height: 49px;
  left: 33px;
}

#pop-container .pop-green .pop-optin-field input {
  width: 265px;
  height: 22px;
  margin: 19px 0 0 1px;
  padding: 3px;
}

#pop-container .pop-green .pop-optin-name {
  top: 154px;
  background-image: url('images/forms/green/name.png');
}

#pop-container .pop-green .pop-optin-email {
  top: 215px;
  background-image: url('images/forms/green/email.png');
}

#pop-container .pop-green .pop-optin-submit-button {
  position: absolute;
  left: 360px;
  top: 210px;
  background-image: url('images/forms/green/submit.png');
  width: 180px;
  height: 52px;
}

#pop-container .pop-light {
  position: relative;
  background: url('images/forms/light/back.png') no-repeat;
  width: 428px;
  height: 252px;
}

#pop-container .pop-light .pop-optin-field {
  margin: 0;
  position: absolute;
  width: 336px;
  height: 37px;
  left: 45px;
}

#pop-container .pop-light .pop-optin-field input {
  width: 224px;
  height: 24px;
  margin: 4px 0 0 102px;
  padding: 3px;
}

#pop-container .pop-light .pop-optin-name {
  top: 81px;
  background-image: url('images/forms/light/name.png');
}

#pop-container .pop-light .pop-optin-email {
  top: 130px;
  background-image: url('images/forms/light/email.png');
}

#pop-container .pop-light .pop-optin-submit-button {
  position: absolute;
  left: 267px;
  top: 186px;
  background-image: url('images/forms/light/submit.png');
  width: 112px;
  height: 31px;
}

#pop-container .pop-modern {
  position: relative;
  background: url('images/forms/modern/back.png') no-repeat;
  width: 432px;
  height: 327px;
}

#pop-container .pop-modern .pop-optin-field {
  margin: 0;
  position: absolute;
  width: 273px;
  height: 50px;
  left: 76px;
}

#pop-container .pop-modern .pop-optin-field input {
  width: 236px;
  height: 23px;
  margin: 18px 0 0 30px;
  padding: 3px;
}

#pop-container .pop-modern .pop-optin-name {
  top: 98px;
  background-image: url('images/forms/modern/name.png');
}

#pop-container .pop-modern .pop-optin-email {
  top: 158px;
  background-image: url('images/forms/modern/email.png');
}

#pop-container .pop-modern .pop-optin-submit-button {
  position: absolute;
  left: 128px;
  top: 220px;
  background-image: url('images/forms/modern/submit.png');
  width: 165px;
  height: 66px;
}

#pop-container .pop-pink {
  position: relative;
  background: url('images/forms/pink/back.png') no-repeat;
  width: 574px;
  height: 149px;
}

#pop-container .pop-pink .pop-optin-field {
  margin: 0;
  position: absolute;
  width: 273px;
  height: 49px;
  top: 73px;
}

#pop-container .pop-pink .pop-optin-field input {
  width: 120px;
  height: 25px;
  margin: 17px 0 0 2px;
  padding: 3px;
}

#pop-container .pop-pink .pop-optin-name {
  left: 16px;
  background-image: url('images/forms/pink/name.png');
}

#pop-container .pop-pink .pop-optin-email {
  left: 199px;
  background-image: url('images/forms/pink/email.png');
}

#pop-container .pop-pink .pop-optin-submit-button {
  position: absolute;
  left: 400px;
  top: 0px;
  background-image: url('images/forms/pink/submit.png');
  width: 174px;
  height: 148px;
}

#pop-container .pop-wood {
  position: relative;
  background: url('images/forms/wood/back.png') no-repeat;
  width: 432px;
  height: 275px;
}

#pop-container .pop-wood .pop-optin-field {
  margin: 0;
  position: absolute;
  width: 273px;
  height: 32px;
  left: 78px;
}

#pop-container .pop-wood .pop-optin-field input {
  width: 190px;
  height: 21px;
  margin: 2px 0 0 75px;
  color: #fff;
  padding: 3px;
}

#pop-container .pop-wood .pop-optin-name {
  top: 82px;
  background-image: url('images/forms/wood/name.png');
}

#pop-container .pop-wood .pop-optin-email {
  top: 143px;
  background-image: url('images/forms/wood/email.png');
}

#pop-container .pop-wood .pop-optin-submit-button {
  position: absolute;
  left: 140px;
  top: 192px;
  background-image: url('images/forms/wood/submit.png');
  width: 146px;
  height: 57px;
}

/* Optin Form Shortcodes - End */
