/* map */
.tx-amspathfinder-pi1 #zoom-in {
	position: absolute;
	z-index: 900;
	top: 53px;
	right: 280px;
	cursor: pointer;
}
.tx-amspathfinder-pi1 #zoom-out {
	position: absolute;
	z-index: 900;
	top: 53px;
	right: 260px;
	cursor: pointer;
}
.tx-amspathfinder-pi1 .height {
	position: absolute;
	z-index: 900;
	top: 52px;
	right: 310px;
	font-size: 1.6em;
	font-weight: bold;
	color: #FFFFFF; /* white */
}
.tx-amspathfinder-pi1 .latitude {
	position: absolute;
	z-index: 900;
	top: 28px;
	right: 25px;
	font-size: 1.6em;
	font-weight: bold;
	color: #FFFFFF; /* white */
}
.tx-amspathfinder-pi1 .longitude {
	position: absolute;
	z-index: 900;
	top: 52px;
	right: 25px;
	font-size: 1.6em;
	font-weight: bold;
	color: #FFFFFF; /* white */
}

/* music player */
.tx-amspathfinder-pi1 #musicplayer {
	padding: 10px 0 0 0;
}
.tx-amspathfinder-pi1 .player {
	float: left;
	margin: 0 0 0 23px;
}
.tx-amspathfinder-pi1 .select-music {
	color: #FFFFFF; /* white */
	padding: 14px 7px 0 7px;
	font-size: 0.85em;
	float: left;
}
.tx-amspathfinder-pi1 #reset-layout {
	color: #FFFFFF; /* white */
	padding: 12px 0 0 32px;
	font-size: 0.85em;
	background: url(reset-layout.png) no-repeat top left;
	margin: 0 0 0 23px;
	cursor: pointer;
}

/* search */
.tx-amspathfinder-pi1 .find {
	position: absolute;
	z-index: 900;
	top: 25px;
	right: 440px;
}
.tx-amspathfinder-pi1 .find label {
	color: #FFFFFF; /* white */
}
.tx-amspathfinder-pi1 .address {
	border: 1px solid #ffffff; /* white */
	background: transparent none;
	margin: 0 5px 0 5px;
	padding: 1px;
	color: #FFFFFF; /* white */
	width: 150px;
}
.tx-amspathfinder-pi1 .find span {
	color: #FFFFFF; /* white */
}
.tx-amspathfinder-pi1 .position {
	position: absolute;
	z-index: 900;
	top: 25px;
	right: 260px;
}
.tx-amspathfinder-pi1 .csc-mailform-submit {
	background: url(background-button-search.png);
	color: #000000; /* black */
	margin: 0;
	padding: 1px 0 2px 0;
	width: 60px;
}
.tx-amspathfinder-pi1 #position-save {
	background: url(background-button-possave.png);
	width: 122px;
}
.tx-amspathfinder-pi1 #position-delete {
	background: url(background-button-posdelete.png);
	width: 97px;
}
.tx-amspathfinder-pi1 #load-data {
	position: absolute;
	top: 300px;
	left: 0;
	width: 100%;
	z-index: 9999;
}
.tx-amspathfinder-pi1 #load-info {
	position: relative;
	margin: auto;
	width: 400px;
	height: 59px;
	background: url(loading-street.png);
}
.tx-amspathfinder-pi1 #load-bar {
	position: absolute;
	top: 22px;
	left: 22px;
}
/* jqModal base Styling courtesy of;
	Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
	the Window's z-index value will be set to 3000 by default (via jqModal.js). */

.jqmWindow {
		display: none;

		position: fixed;
		top: 17%;
		left: 50%;

		margin-left: -300px;
		width: 600px;

		background-color: #EEE;
		color: #333;
		border: 1px solid black;
		padding: 12px;
}

.jqmOverlay { background-color: #000; }

/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}

/* Fixed posistioning emulation for IE6
		Star selector used to hide definition from browsers other than IE6
		For valid CSS, use a conditional include instead */
* html .jqmWindow {
		position: absolute;
		top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}
