/*
title:		master styles for opentable popup page
author:     dsdny.com
*/

body
{
	font-family: Helvetica, Arial, san serif;
	font-size: small;
	line-height: 1.4em;
	color: #8CB7C7;
	background-color: #fff;
}

#wrap
{
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	visibility: visible;
	height: 400px;
	margin-top: -200px;
	width: 840px;
	margin-left: -420px;
}

iframe
{
	height: 400px;
	width: 840px;
	margin: 0;
	padding: 0;
	border: 0 none;
}

a:link, a:visited
{
	color: #fff;
	text-decoration: none;
	padding: 0 .75em 0 .75em;
}

a:hover, a:active
{
	color: #666;
	text-decoration: none;
}

