	* {
font-family : Trebuchet MS;
font-size : 9pt;
color : #444;
}
body {
margin : 0;
padding : 0;
width : 100%;
height : 100%;
margin : 0;
top : 0;
overflow : hidden;
position : relative;
}
#map {
width : 100%;
height : 700px;
margin : 0;
overflow : hidden;
}
.list {
background-color : #333;
color : silver;
font-size : 9pt;
margin-top : 5px;
}
.list:hover {
background-color : #d5221a;
}
#title {
background-color : #d5221a;
position : absolute;
padding : 0 0 0 5px;
color : white;
font-size : 12pt;
width : 480px;
font-weight : bold;
right : 80px;
bottom : 0;
}
#side {
position : absolute;
padding : 0 0 0 5px;
background-color : #333;
color : silver;
font-size : 9pt;
overflow : auto;
right : -250px;
top : 0;
width : 170px;
}
#m {
position : absolute;
left : 380px;
cursor : pointer;
display : none;
top : 0;
z-index : 9999;
}
#player {
position : absolute;
left : 250px;
top : -103px;
z-index : 9999;
}
#map a, #map span {
font-size : 7px !important ;
color : gray !important ;
text-decoration : none !important ;
}
#addown {
position : absolute;
top : 0;
left : 35px;
}
#ownform {
position : absolute;
top : 0;
background-color : orange;
z-index : 9999;
left : 35px;
padding : 5px;
width : 300px;
}
label {
font-size : 7pt;
width : 140px;
display : block;
float : left;
}

