body	{ 
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	font-size: small;
	background: #f4c598 url('images/background.gif') repeat-x; }
						  
						  
a { 
	text-decoration: none; 
	color: #658aac; }
	
a:hover { 
	text-decoration: underline; 
	color: #000; }
	
a:visited { 
	color: #658aac; }
	
a img { 
	border: 0; }
						  
#container { 
	width: 100%; 
	height: 580px; }
						 
						 
#map { 
	width: 70%; 
	height: 580px; 
	float: left; 
	border: 1px solid #000;}

	
#locations { 
	width: 27%; 
	height: 500px; 
	background-color: #fff; 
	float: right; 
	border: 1px solid #000; 
	border-bottom: 0;
	overflow: auto; 
	padding: 5px;
	display: block; 
	margin-left: 5px;}
	
#locations h1 { 
	margin: 5px 0; }

						  
#hider { 
	float: right; 
	margin: 0; 
	padding: 0; 
	cursor: pointer; 
	margin-right: -5px;}

#bookmarker {
	float: right;
	width: 27%; height: 60px;
	border: 1px solid #000;
	border-top: 1px dashed #ccc;
	padding: 5px; 
	background-color: #fff;}
	
	
#bookmarker h4 {
	margin: 8px 0; }
	
#bookmarker label {
	width: 30px; }
	
#bookmarker a {
	padding: 3px; 
	border: 1px solid #ccc; 
	margin: 5px 0 0 10px; }



ul { 
	padding-left: 5px; 
	margin-left: 0;}
	
li { 
	list-style-type: none; 
	padding: 0 0 1px 18px; 
	margin: 1px 0 0 0; 
	border-top: 1px dashed #eee;
	position: relative;}
	
li span {
	position: absolute;
	right: 0px; }


#message {
	background-color: #eee;
	border: 2px solid #999;
	border-top: 1.5em solid #999; 
	width: 280px;
	height: 120px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -60px 0 0 -140px;
	padding: 5px;}
	
#message h3 {
	font-size: small;
	margin-top: -1.9em; 
	color: #fff;}
	
#message .btn1 {
	position: absolute;
	bottom: 5px;
	right: 5px; }
	
#message .btn2 {
	position: absolute;
	bottom: 5px;
	right: 100px; }
	
#message label {
	float: left;
	width: 100px; 
	clear: left; 
	margin-top: 5px;}
	
#message input {
	float: left; 
	margin-top: 5px;}

