* {
margin: 0;
padding: 0;
}

form {
margin-top: 20px;
}

	form fieldset {
	background: #A30E27;
	border: 1px solid white;
	margin: 10px 0;
	padding: 4px;
	width: 240px;
	}
	
		form fieldset input.search {
		margin-right: 5px;
		width: 195px;
		}

	form dl {
	border: 1px solid #888;
	font-family: arial;
	font-size: 1em;
	height: 14px;
	margin-bottom: 5px;
	padding: 4px;
	width: 250px;
	}
	
	form dl.on {
	background: #A30E27;
	color: white;
	}
	
		form dl:hover {
		background: #d1d1d1;
		cursor: pointer;
		}
	
	form dl dt {
	float: left;
	margin-top: 1px;
	width: 18px;
	}
	
		form dl dt input {
		margin: 0;
		}
	
	form dl dd {
	float: left;
	width: 230px;
	}
	
	form h2 {
	margin: 10px 0;
	}

	body {
	background: #E7E8E7;
	font-family: verdana, sans-serif;
	font-size: 67.5%;
	height: 800px;
	overflow: hidden;
	}
		
	#frame {
	display: block;
	float: left;
	height: 800px;
	overflow: hidden;
	width: 1400px;
	}
	
	#import, #overlay {
	height: 400px;
	left: 200px;
	position: absolute;
	top: -50px;
	width: 400px;
	z-index: 200;
	}
	
			#overlay {
			z-index: 220;
			}
	
		#import img {
		border: none;
		position: absolute;
		}
		
	#log {
	background: #ccc;
	border: 1px solid #888;
	float: left;
	height: 300px;
	left: 310px;
	overflow: hidden;
	position: absolute;
	top: 500px;
	width: 200px;
	z-index: 100;
	}

	#logo {
	background: url('../images/controller/logo.png') top left no-repeat;
	display: hidden;
	height: 78px;
	margin-bottom: 8px;
	position: relative;
	text-indent: -5000px;
	width: 77px;
	z-index: 120;
	}
	
	#map {
	left: 200px;
	position: relative;
	top: -50px;
	}
	
	#paltitle {
	background: transparent url('../images/popup/bubble.png') top left no-repeat;
	color: white;
	font-weight: bold;
	height: 100px;
	overflow: hidden;
	position: absolute;
	width: 200px;
	z-index: 230;
	}
	
		#paltitle.blue {
		background: transparent url('../images/popup/bubble_blue.png') top left no-repeat;
		}
	
		#paltitle p {
		font-size: 1.1em;
		margin: 12px 0 0 9px;
		text-transform: uppercase;
		}
		
			#paltitle p span {
			left: 10px;
			position: absolute;
			top: 40px;
			}
			
	/* popup bottom (for those really near the top of the window) START */
	
	#paltitle.bottom {
	background: transparent url('../images/popup/bubble_bottom.png') top left no-repeat;
	margin-top: 120px !important;
	}
	
	#paltitle.bottom p {
	margin-top: 50px;
	}
	
	/* popup bottom (for those really near the top of the window) END */
	
	#panel {
	background: #ECECEC;
	border-right: 1px solid #888;
	float: left;
	height: 800px;
	overflow: hidden;
	position: absolute;
	width: 280px;
	z-index: 100;
	}
	
		#panel div {
		margin: 10px;
		}
		
			#panel div p {
			font-size: 1em;
			line-height: 140%;
			}
	
				
		
		
