﻿/* POPUP STYLES */
a.close {
	display: none;
}

.popup p { color: #000000; }

/*NEWSLETTER and TELL A FRIEND*/
#popup-nws, #popup-tell {
	width: 280px;
	position: relative;
	z-index: 6000;
	margin: 0 auto;
	visibility: visible;
	clear: both;
}
#popup-nws 
{
	display: none;
}
#popup-nws .inner, #popup-tell .inner {
	width: 100%;
	background: url(../images/popups/nws-bg-body.png) repeat-y;
}
#popup-nws .top, #popup-tell .top {
	width: 100%;
	background: url(../images/popups/nws-bg-top.png) no-repeat;
	height: 26px;
}
#popup-nws .body, #popup-tell .body {
	background: #FFE794 url(../images/popups/nws-bg-content.png) repeat-x top;
	margin: 0px 18px;
	padding: 0 1em;
	overflow: hidden;
}
#popup-nws .btm, #popup-tell .btm {
	width: 100%;
	background: url(../images/popups/nws-bg-btm.png) no-repeat;
	height: 40px;
}
/*content*/

.popup h1 {
	color: #E27329;
	font-size: 23px;
	display: block;
	text-transform: uppercase;
	line-height: 1.7em;
}
#popup-nws p, #popup-tell p {
	color: #000000;
	margin: 0.5em 0;
}
.popup p.err, .popup p.err span {
	margin: 0;
	padding: 0;
	clear: both;
	display: block;
	color: red;
}
#popup-nws fieldset, #popup-tell fieldset {
	margin: 0.5em 0 0 0;
}
#popup-nws .popup-nws-details, #popup-tell .popup-tell-details {
	margin:  0 0 0.5em 0;
}
#popup-nws .popup-nws-details span, #popup-tell .popup-tell-details span {
	margin: 0 0 3px 0;
	display: block;
}
#popup-nws .popup-nws-details input, #popup-tell .popup-tell-details input {
	width: 210px;
	margin:  0 0 0.5em 0;
}
.popup .optin input {
  display:inline;
  height: 14px;
  width: 14px;
  background-color: transparent;
  border-width: 0px;
  padding: 0px;
  margin: 0px 2px 5px 0px;
  float: left;
}
.popup .optin label {
	margin: 0 0 0.5em 0;
	display: block;
}
.popup .optin label strong {
	font-weight: bold;
	display: inline;
}

/*POPUP LOGIN*/

.popup .widePop {
	width: 534px;
	position: relative;
	z-index: 1000;
	margin: 0 auto;
	visibility: visible;
	clear: both;
}
.popup .widePop .top {
	width: 100%;
	background: url(../images/popups/login-bg-top.png) no-repeat;
	height: 28px;
}
.popup .widePop .innerPop {
	width: 534px;
	background: url(../images/popups/login-bg-body.png) repeat-y;
	float: left;
}
.popup .widePop .body {
	margin: 0px 18px;
	padding: 0;
}
.popup .widePop .btmPop {
	width: 100%;
	background: url(../images/popups/login-bg-btm.png) no-repeat;
	height: 40px;
	float: left;
	margin: 0 0 20px 0;
}
.popup .widePop .title {
	background: #FFFFFF;
	width: 495px;
	margin: 0 auto;
}
/*content*/
.popup .widePop .form {
	float: left; 
	width: 210px;
}
.popup .widePop fieldset.col1, .popup .widePop .btn {
	display: block;
	padding: 1em 15px 0 15px;
	width: 215px;
}
.popup .widePop fieldset.col2 {
	float: right;
	padding: 1em 15px 1em 15px;
	width: 213px;
	margin: 0 0px 0 0;
}
.popup .widePop #bluOvr {
	background: url(../images/popups/blu-overlay.png);
	border-top: 1px solid #5979ac;
	margin: 1em 2px 0 0;
}
.popup .widePop .title h2 {
	font-size: 150%;
	line-height: 1.3em;
	display: block;
	width: 275px;
	margin: 0 auto;
}
.popup .widePop h2 {
	font-size: 125%;
	line-height: 1.3em;
	display: block;
}
.popup .widePop span, .popup .widePop label {
	font-weight: bold;
	clear: both;
	display: block;	
}
.popup .widePop .optin span, .popup .widePop .optin label {
	font-weight: normal;
	clear: none;
	display: block;
}
.show-forget {
	text-decoration: underline;
}
.popup .widePop .textInput {
	margin-bottom: 1em; 
	width: 210px;
	float: left;
	clear: both;
}
.popup .widePop select {
	width: 210px;
}
.popup .widePop ul {
	list-style: disc;
	margin: 10px 0 0 20px;
}
.popup .widePop ul li {
	padding: 0 0 5px 0;
}