#liveSearchWnd {
}

#liveSearchWnd .hint {
	cursor: pointer;
	font-size: 11px;
	padding: 2px 0px;
}

#ispm-loader {
	cursor: wait;
	position: absolute;
	display: nones;
	width: 740px;
	height: 435px;
	margin-bottom: -435px;
	line-height: 435px;
	font-size: 11px;
	font-family: Verdana;
	font-weight: bold;
	text-align: center;
	background: url(../img/misc/loader_big.gif) center center no-repeat;
	z-index: 100000;
	position: relative;
	float: left;
	clear: both;
}

.login_loading, .ispm-request-loader {
	float: left;
	clear: both;
	height: 16px;
	background: url(../img/misc/loader_small.gif) left center no-repeat;
	padding-left: 20px;
	margin: -22px 0 0 0;
	display: inline;
	left: 130px;
	white-space: nowrap;
	position: relative;
}

.login_loading {
	margin: -28px 0 0 0;
	left: 72px;
}

#logout_info {
	width: 400px;
	height: 40px;
	position: absolute;
	z-index: 1000;
	top: 100px;
	left: 50%;
	display: none;
}

#logout_info div {
	width: 400px;
	height: 40px;
	line-height: 40px;
	font-size: 11px;
	font-family: Verdana;
	background: White;
	border: 1px solid Black;
	position: relative;
	left: -200px;
}

.city-suggest {
	width: 200px;
	color: #6DA6E1;
	font-size: 14px;
	font-family: Arial;
	text-align: left;
	border: 1px solid Silver;
	background: White;
	z-index: 10;
	opacity: 0.9;

}

.city-suggest li {
	padding: 4px;
	cursor: pointer;
}

.city-suggest li.hover {
	color: #273D74;
	background-color: WhiteSmoke;
}

.city_suggest li:hover, .city_suggest .active {
	color: #273D74;
}

.network-preview {
	float: right;
	clear: none;
}

.network-preview a {
	text-decoration: none;
}

.network-preview a:hover {
	text-decoration: underline;
}

input.loading {
	background: White url('../img/misc/loader_small.gif') right center no-repeat;
}

.error {
	display: none;
}

#MapTool .Widget {
	padding-bottom: 2px;
	padding-top: 2px;
}

#MapTool .PointInfo .widget-logo {
	display: block;
	text-align: center;
}

#MapTool .PointInfo .widget-logo img {
	display: inline;
	float: none;
	margin-top: 4px;
}

#MapTool .PointInfo .widget-provider-name {
	color: #1D99E3;
	font-size: 14px;
	font-family: Tahoma;
	padding-top: 2px;
	margin-top: -5px;
	line-height: 16px;
}

#MapTool .PointInfo .widget-provider-name a {
	text-decoration: none;
}

#MapTool .PointInfo .widget-provider-name a:hover {
	text-decoration: underline;
}

#MapTool .PointInfo #reminder_form {
	padding-top: 0px;
}

#MapTool .PointInfo #reminder_form label {
	float: left;
	clear: both;
	margin: 2px 0px;
}

#MapTool .PointInfo #reminder_form label img {
	float: right;
	margin-left: 2px;
	vertical-align: bottom;
}

#MapTool .PointInfo #reminder_form textarea {
	line-height: 14px;
	font-family: Arial;
	font-size: 100%;
}

#reminder-info-window {
	font-size: 11px;
	line-height: 1.5em;
}

#MapTool .PointInfo h5 {
	margin-bottom: 4px;
}

#MapTool .PointInfo .provider-mode h5 img {
	margin-right: 4px;
}

#MapTool .PointInfo .provider-mode ul li {
	padding: 2px 0px;
}

#MapTool .PointInfo .error {
	color: Red;
	margin: 2px 0px;
}