/* POPUP */
#popup {
	display:none;
	position:absolute;
	top:50px;
	left:50%;
	margin-left:-220px;
	width:400px;
	padding:10px;
	background: url(http://www.webanalytics20.com/static/images/content_bg_home.png) repeat-x 0px 0px;
	border:1px solid #EEE;
	color: white;
	font-size: 15px;
	line-height: 30px;
	margin-bottom: 0px;
	text-shadow: #2A2020 1px 1px 1px;
}
	#popup table {
		width:100%;
	}
	#popup table td {
		width:50%;
	}
#order a {
	color:#FFF !important;
}
#fres {
	display:none;
}

