#content
{
	height: 100%;
	width: 100%;
	text-align: center;
}

#message
{
	font-weight: bold;
	text-align: center;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}

a
{
	text-decoration: none;
	margin: 0px;
	color: #000000;
}

/*input 
{
  border: #999 1px solid; 
  font-family: helvetica, sans-serif;
  font-weight: normal;
  font-size: 10px 
}*/

#cityScroll
{
	position: absolute;
	text-align: center; /*left: 326px;*/
	left: auto;
	right: auto;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=95);
	opacity: 0.95;
	margin-left: 0px; /*position: relative;*/ /*margin: 0 auto;*/
	visibility: hidden;
	background-color: white;
	z-index: 1;
	width: 212px;
	height: 150px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-collapse: collapse;
	border-bottom-style: solid;
	border-color: #000000;
	border-width: 1px;
	overflow: auto;
}

#cityScroll div
{
	margin: 0 auto;
	text-align: left;
}

#citySuggest table
{
	z-index: 1;
	width: 192px; /*font-size: 11px;   font-weight: normal;   color: #676767;   text-decoration: none;*/
	font-family: helvetica, sans-serif;
	font-size: 12px;
	border: 0px;
	padding: 0px;
	text-align: left;
	margin: 0px;
}

.highlightrow
{
	background-color: #FF6600; /*cursor: pointer;*/
}


