
body.popup #container
{
	width: 768px;
	margin-top: 0px auto;
}
body.popup #page {
	width: 100%;
	padding-bottom: 10px;
}
body.popup #contents {
	width: 100%;
	float: left;
}
body.popup #foot {
	border: none;
	width: auto;
	padding: 0px;
	margin: -10px 0px 0px 0px;
}
body.popup #foot a {
	color: #464646;
	text-decoration: none;
}
body.popup #foot a:hover {
	color: white;
	background-color: #464646;
}
body.popup #foot .combobar {
	margin: 0px;
}
body.popup #foot .combobar .floatright {
	padding-top: 5px;
}
body.popup #foot .combobar .pager {
	text-align: left;
	margin: 0px 220px 0px 0px;
	z-index: 1;
}
body.popup #foot .combobar .pager a {
	background-image: none;
	padding-left: 0px;
	font-size: 11px;	
}


