body {
	background: #fff;
	margin: 0px;
	padding: 0px;
}
#popwrap {
	text-align:center;
	background: #fff;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#poptable {
	text-align:center;
	background: #e1e1e1;
	width: 100%;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #7A7A7A;
}
#poptable td.logo {
	text-align:left;
	border-right: 1px solid #7A7A7A;
}
#poptable td.title {
	text-align: right;
	border-bottom: 1px solid #7A7A7A;
	color: #555;
	letter-spacing: 1px;
	word-spacing: 3px;
	text-transform:uppercase;
	font: bold 12px/12px "Arial Narrow", sans-serif;
}
#poptable td.close {
	text-align:right;
}
