body {
	margin:0;
	border:0;
	background-color:#eee;
}
#header {
	position:relative;
	width:850px;
	margin-left:auto;
	margin-right:auto;
	z-index:5;
	height:25;
}
#vform { margin:0; }
#logo {
	position:absolute;
	top:30;
	right:590;
	border:0;
}
.dobrand #logo { top:20; }

#logolabel a { color:#fff; text-decoration:none; }
#logolabel a:link { color:#fff; text-decoration:none; }
#logolabel a:visited { color:#fff; text-decoration:none; }
#logolabel a:hover { color:#fff; text-decoration:none; }
#logolabel a:active { color:#fff; text-decoration:none; }

#whatbox { position:absolute; top:18; left:270; width:320; height:92; }
#whatboxl { position:absolute; left:0; top:0; width:15; height:92; }
#whatboxr { position:absolute; right:0; top:0; width:15; height:92; }
#whatboxm { position:absolute; left:15; top:0; width:290; height:92; }
#find {
	position:absolute;
	left:15;
	top:31;
	font-family:arial,helvetica;
	font-size:15px;
	font-weight:bold;
	color:#777;
}
#what {
	position:absolute;
	left:57;
	top:28;
	width:200;
	height:23;
	font-family:arial,helvetica;
	font-size:14px;
	border:1px solid #aaa;
	background-color:#fff;
	padding:2px;
}
#whatins {
	position:absolute;
	left:57;
	top:55;
	font-family:arial,helvetica;
	font-size:9px;
	color:#777;
}
#whatgo {
	position:absolute;
	left:266;
	top:29;
	width:33;
	height:20;
	cursor:pointer;
}
#wherebox { position:absolute; top:18; left:600; width:250; height:92; overflow:hidden; }
#wheretop { position:absolute; left:0; top:0; width:250; height:70; overflow:hidden; }
#whereslide { position:absolute; left:0; top:70; width:250; height:77; overflow:hidden; }
#wherebot { position:absolute; left:0; top:-70; width:250; height:92; overflow:hidden; }
.whereboxl { position:absolute; left:0; top:0; width:15; height:92; }
.whereboxr { position:absolute; right:0; top:0; width:15; height:92; }
.whereboxm { position:absolute; left:15; top:0; width:220; height:92; }
#wherefade { position:absolute; left:0; top:72; width:250; height:1; display:none; overflow:hidden; }
#wherefimg { position:absolute; top:-12; left:5; width:235; height:13; }
#weather { position:absolute; top:3; left:10; width:226; height:33; border:0; margin:0; background-color:#fcfcfc; }
#wherelabel {
	position:absolute;
	left:0;
	top:35;
	width:246;
	text-align:center;
	font-family:tahoma,arial,helvetica;
	font-size:18px;
	font-weight:bold;
	padding:0;
	margin:0;
}
#where {
	position:absolute;
	left:17;
	top:0;
	width:170;
	height:23;
	font-family:arial,helvetica;
	font-size:14px;
	border:1px solid #aaa;
	background-color:#fff;
	padding:2px;
}
#whereins {
	position:absolute;
	left:17;
	top:27;
	font-family:arial,helvetica;
	font-size:9px;
	color:#777;
	background-color:#fcfcfc;
}
#wherego {
	position:absolute;
	left:196;
	top:1;
	width:33;
	height:20;
	cursor:pointer;
	background-color:#fcfcfc;
}
#wherearr { position:absolute; top:71; left:115; width:11; height:6; cursor:pointer; }

#wherelabel a { color:#000; text-decoration:none; }
#wherelabel a:link { color:#000; text-decoration:none; }
#wherelabel a:visited { color:#000; text-decoration:none; }
#wherelabel a:hover { color:#000; text-decoration:none; }
#wherelabel a:active { color:#000; text-decoration:none; }

#locmessage { position:absolute; text-align:center; width:150px; top:58px; left:45px; font-family:arial,helvetica; font-size:10px; }

div.suggestions {
	text-align:left;
	font-family:arial;
	Z-INDEX:100;
	border: 1px solid #aaa;
	background-color: #FFFFFF;
	color: #000000;
	font-size: 13px;
	position: absolute;
	padding-right:2px;
}
div.suggestions div {
	cursor: default;
	width: 98%;
	padding-left: 5px;
	text-indent:-3px;
	border:0px;
	padding:1 1 1 6;
}
div.suggestions div.current {
	border:1px solid #93bad7;
	border-bottom:1px solid #649ec6;
	border-right:1px solid #649ec6;
	cursor:pointer;
	background-image:url(/sys/images/ls/bhilite.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	color: #000;
	padding:0 0 0 5;
}
