/*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: 534px;
	position: absolute;
	z-index: 6000;
	top: 100px;
	left: 40%;
	margin: 0 0 0 -140px;
	visibility: hidden;
	display: block;
}

/*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;
	top: 100px;
	left: 50%;
	margin: 0 0 0 -267px;
	visibility: hidden;
}






/* tmw */
#tellFields div
{
    width:30%;
    float:left;   
    margin-right:3%;
}

    #tellFields input.textbox
    {
        width:95%;  
        margin-top:3px;
    }
    
        #tellFields label.err
        {
            color:Red;
        }
