﻿.autocomplete 
{
	position: absolute;
	margin: 0;
	top: 0px;
	left: 0px;
	background-color: #fff;
	width: 300px
}
input.ajaxbutton 
{
	display: none;
}
#comparisonform
{
	padding-bottom: 1em;
}
#comparisonform input
{
}
input.complete
{
}
input.thinking
{
	background-image: url("../images/loading-animation.gif");
	background-repeat: no-repeat;
	background-position: 123px;
}
#thinkingmsg 
{
	padding: 3px;
	border: 1px solid #999;
	background-color: #ccc;
	color: #000;
	display: none;
	position: absolute;
	opacity: 0.5;
}
ul#cityresults {
    width: 300px;
    padding: 0;
    margin: 0;
    border: 1px solid #999;
    list-style: none;
    font-size: 10px;
}
ul#cityresults li {
    display: block;
}
ul#cityresults li a 
{
	display: block;
    padding: 2px 2px 2px 10px;
    color: #3062A7;
    text-decoration: none;
}
ul#cityresults li.selected, ul#cityresults li a:hover {
    background-color: #ccc;
}
ul#cityresults p {
    margin: 5px 0 5px 10px;
}
h1
{
	clear:both;
}
