﻿/* POPUP STYLES */


#ArticleForm {}


.popup {}

.popup p { color: #000000; }

/*NEWSLETTER and TELL A FRIEND*/
#popup-nws, #popup-tell {
	width: 280px;
	z-index: 6000;
	visibility: visible;
	clear: both;
}

#popup-nws .inner, #popup-tell .inner {
	width: 100%;
}
#popup-nws .top, #popup-tell .top {
	width: 100%;
	height: 26px;
}
#popup-nws .body, #popup-tell .body {
	margin: 0px 18px;
	padding: 0 1em;
	overflow: hidden;
}
#popup-nws .btm, #popup-tell .btm {
	width: 100%;
	height: 40px;
}


/*content*/

.popup h1 {
	color: #E27329;
	font-size: 23px;
	display: block;
	text-transform: uppercase;
	line-height: 1.7em;
}


.popup h2 {
	color: #000000;
}

#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;
	position: relative;
}

.popup .widePop .innerPop3 {
	width: 534px;
	background: url(/images/popups/login-bg-body3.png) repeat-y;
	float: left;
	position: relative;
}
.popup .widePop .body {
	margin: 0px 18px;
	padding: 0;
}
.popup .widePop .btmPop, .popup .widePop .btmPop2, .popup .widePop .btmPop3  {
	width: 100%;
	height: 40px;
	float: left;
	margin: 0 0 20px 0;
}

.popup .widePop .btmPop {background: url(/images/popups/login-bg-btm.png) no-repeat;}
.popup .widePop .btmPop2 {background: url(/images/popups/login-bg-btm2.png) no-repeat;}
.popup .widePop .btmPop3 {background: url(/images/popups/login-bg-btm3.png) no-repeat;}

.popup .widePop .title {
	background: #FFFFFF;
	width: 495px;
	margin: 0 auto;
}


.popup .widePop .thankyouContent {padding: 15px; min-height: 170px;}

/*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: #a4bcd7;
	border-top: 1px solid #5979ac;
	margin: 0 2px -10px 0;
	padding:10px 10px 0 20px;
	position: absolute;
	bottom: 0px;
	left: 270px;
	height:40px;
	width:213px;
}
.popup .widePop .title h2 {
	font-size: 125%;
	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;
}
a.show-forget {
	text-decoration: underline; line-height: 1.2em;
}
.innerPop {position: relative;}


.popup .widePop .textInput {
	margin: 0.3em 0 1em; 
	width: 210px;
	float: left;
	clear: both;
	border: 1px solid #b5c7de; 	
}
.popup .widePop select {
	width: 210px;
	border: 1px solid #b5c7de; 	
	margin-bottom: 1em; 	
}
.popup .widePop ul {
	list-style: disc;
	margin: 10px 0 0 20px;
}
.popup .widePop ul li {
	padding: 0 0 5px 0;
}

.optin .check input {float: left; margin-right: 6px;}
.optin h6 {float: left; font-weight: bold; width: 80%; margin-bottom: 10px; line-height: 1.1em;}
.optinCopy {margin-top:15px;}