a			{ color: #fff; outline: 0; text-decoration: underline; }
a:link		{ color: #fff; outline: 0; text-decoration: underline; }
a:visited	{ color: #fff; outline: 0; text-decoration: underline; }
a:hover		{ color: #900; outline: 0; text-decoration: underline; }
a:active	{ color: #fff; outline: 0; text-decoration: underline; }

#address {
	color: #999;
	font-size: 10px;
	}

body {
	background: #111;
	color: #666;
	font-family: "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	height: 100%;
	margin: 0;
	text-align: center;
	}
	
#brand	{
	margin: 0 auto;
	text-align: right;
	width: 930px;
	}

#brand a			{ color: #333; font-family: Georgia, serif; font-size: 10px; text-decoration: none; }
#brand a:link		{ color: #333; text-decoration: none; }
#brand a:visited	{ color: #333; text-decoration: none; }
#brand a:hover		{ color: #666; text-decoration: none; }
#brand a:active		{ color: #333; text-decoration: none; }

a.btn_arrow			{ background: url(/restaurantpicker/images/arrow.png) no-repeat; display: block; font-size: 0; height: 17px; line-height: 0; text-decoration: none; width: 17px; }
a.btn_arrow:link	{ text-decoration: none; }
a.btn_arrow:hover	{ background: url(/restaurantpicker/images/arrow.png) -17px 0 no-repeat; text-decoration: none; }
a.btn_arrow:active	{ text-decoration: none; }

.clear {
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0;
	}

form {
	display: inline;
	margin: 0;
	padding: 0;
	}

form div {
	background: #fff;
	float: left;
	height: 17px;
	}

#location {
	position: relative;
	}
	
#location #address {
	background: #333;
	display: none;
	left: 0;
	line-height: 16px;
	padding: 0 5px 5px 5px;
	position: absolute;
	top: 20px;
	width: 197px;
	}
	
#location #address input {
	background: #fff;
	border: none;
	font-family: "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
	font-size: 10px;
	margin: 0;
	padding: 0 1px;
	width: 178px;
	}

#logo, #step1, #step2 {
	float: left;
	}
	
#logo {
	background: url(/restaurantpicker/images/logo.png) 0 39px no-repeat;
	height: 100px;
	width: 257px;
	}
	
#restaurant_picker {
	left: 50%;
	margin: -70px 0 0 -465px;
	position: absolute;
	text-align: right;
	top: 50%;
	width: 930px;
	}
	
#step1 {
	background: url(/restaurantpicker/images/divider.gif) no-repeat;
	color: #900;
	font-size: 34px;
	height: 93px;
	padding-top: 7px;
	text-align: center;
	width: 440px;
	}

#step1 .javascript {
	color: #fff;
	font-size: 12px;
	}
	
#step1 a		{ background: url(/restaurantpicker/images/btn.png) no-repeat; display: block; font-size: 12px; height: 24px; margin: 10px auto 0 auto; text-decoration: none; width: 141px; }
#step1 a:link	{ text-decoration: none; }
#step1 a:hover	{ background: url(/restaurantpicker/images/btn.png) -141px 0 no-repeat; text-decoration: none; }
#step1 a:active	{ text-decoration: none; }
	
#step2 {
	background: url(/restaurantpicker/images/divider.gif) no-repeat;
	height: 75px;
	line-height: 24px;
	padding: 25px 0 0 30px;
	width: 143px;
	}
	
#wrapper {
	background: #111;
	border-bottom: 1px solid #222;
	border-top: 1px solid #222;
	height: 100px;
	padding: 20px 30px;
	text-align: left;
	}