/*These styles override nojs.css when js enabled*/
a.close {
	background: url(/images/popups/ico-close.png) no-repeat;
	text-indent: -9999em;
	width: 9px;
	height: 9px;
	float: right;
	padding-left: 0.5em; 
	display: block;
}
.popup p { color: #000000; }

/*NEWSLETTER and TELL A FRIEND*/
#popup-nws, #popup-tell  {
	width: 280px;
	position: absolute;
	z-index: 6000;
	top: -900em;
	left: 50%;
	margin: 0 0 0 -140px;
	display: block;
}

#popup-login, #popup-forgetpass, #regPanel {top: -900em; position: absolute;}
#regPanel {left: 62px;}

/*content*/

.popup h1 {
	color: #E27329;
	font-size: 23px;
	display: block;
	line-height: 1.7em;
}

/*POPUP LOGIN*/
.popup .widePop {
	width: 534px;
	position: absolute;
	z-index: 6000;
	left: 20%;
	margin: 0px 0 0 -0px;	
}


#ctl00_ContentPlaceHolder1_LoginControl1_UpdatePanel1 {position: relative; top: -100px;}
#ctl00_ContentPlaceHolder1_LoginControl1_popupThank {position: relative; top: 100px;}