﻿/* popups: generic */

div.popupWrapper
{
  margin: 0 0 0 -155px;
  padding: 10px;
  position: absolute;
  left: 50%;
  top: 95px;
  width: 308px;
  text-align: left;
  background: #e0e0e0;
  background: rgba(224,224,224,.75);
  z-index: 9999;
}

div.popupWrapper div.popup
{
  margin: 0;
  padding: 25px;
  min-height: 120px;
  height: auto !important;
  height: 120px;
  background: #fff;
  border: 1px solid #d5d5d5;
}

div.popupWrapper div.popup p.title
{
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 1.2em;
  font-weight: bold;
}

div.popupWrapper p.close
{
  margin: 0;
  padding: 5px 5px 0 5px;
  text-align: right;
  color: #777;
}

div.popupWrapper p.close a
{
  color: #e4017e;
  text-decoration: none;
}

div.popupWrapper p.close a:hover
{
  color: #e4017e;
  text-decoration: underline;
}

/* popup: buzz */

div.popupBuzz
{
  margin-left: -164px;
}

div.popupBuzz div.popup { background: #fff url(../../../images/includes/popups/buzz/bg.jpg) no-repeat right top; }

div.popupBuzz div.popup p.title
{
	display: block;
	width: 135px;
	height: 64px;
	background: #fff url(../../../images/includes/popups/buzz/logo.png) no-repeat right top;
	text-indent: -9000px;
	margin: 0 0 35px 0;
}

div.popupBuzz div.popup ul.newsletterContents
{
	padding: 0;
	margin: 0 0 10px 0;
	list-style-type: none;
}

div.popupBuzz div.popup ul.newsletterContents li
{
	background: #f4f2f3;
	color: #550e64;
	padding: 6px 20px;
	margin: 0 0 3px 0;
}

div.popupBuzz div.popup ul.newsletterContents li.last { margin: 0; }
div.popupBuzz div.popup div.formRow { margin-top: 20px; }
div.popupBuzz div.popup div.formRow input.txt { width: 250px; }
div.popupBuzz div.popup div.formAction { margin-top: 20px; }

div.popupBuzz div.popup div.formAction input.signUp
{
	background: #fff url(../../../images/includes/popups/buzz/sign-me-up.png) no-repeat right top;
	width: 258px;
	height: 28px;
}

/* popup: send to friend */

div.popupSendToFriend div.popup div.formRow input.txt { width: 250px; }
div.popupSendToFriend div.popup div.formRow textarea.txt { width: 250px; }

