a:link, a:visited {
	text-decoration:none;
}
a:hover, a:focus {
	text-decoration:underline;
}


a.popup {
	margin-top:-50px;
	background:url(../img/arrow-down.gif) no-repeat right 12px;
	height:14px;
	color:#FFF;
	padding:7px 14px;
	font-size:12px;}
a.popup:hover {
	text-decoration:none;}

div.popup {
	top:0;
	left:0;
	z-index:60;
	display:none;
	position:absolute;
	text-align:left;
	color:#FFF;
}
div.popup form * {
	color:#FFF;
	font-weight:normal;
}

div.popup form p {
	margin-left:10px;
}

div.popup div.close {
	height:30px;
}
div.popup div.close a {
	float:right;
	width:50px;
	height:15px;
	display:inline;
	margin:11px 8px 0 0;
	font-size:12px;
	color:#FFF !important
}

div#popup-followus {
	width:166px;
	height:200px;
	background:url(../img/popup-followus.png) 0 0 no-repeat;
}
div#popup-newsletter {
	width:270px;
	height:210px;
	background:url(../img/popup-newsletter.png) 0 0 no-repeat;
	margin-left:290px;
}
div.popup .content{
	padding:10px;
}
div.popup .content input{
	font-size:12px;
}

