body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Verdana;
}

ul {
	margin: 0px;
	padding: 0px;
	padding-left: 20px;
}

select {
	width: 140px;
}

a {
	text-decoration: none;
	color: #333333;
}

.name {
	position: absolute; 
	top: 10px;
	left: 10px;
	z-index: 10;
}

.cord_sys_container {
	position: relative;
	top: -35px;
	left: 0px;
	width: 1024px;
	height: 1024px;
	/* background-image: url("../img/circle_cord_sys_180.jpg"); */
	background-repeat: no-repeat;
}

.cord_sys {
	width: 800px;
	height: 800px;
	position: absolute;
	top: 112px;
	left: 117px;
	z-index: 10;
}

.dot {
	position: absolute;
	z-index: 100;
	width: 10px;
	height: 10px;
	background-repeat: no-repeat;
	line-height: 10px;
	font-size: 10px;
	display: block;
	cursor: pointer;
	border: 0px;
}

.more_than_one {
	border: 1px solid #666666;
}

.interface {
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 1000;
	width: 300px;
	height: 300px;
	overflow: auto;
	border: 1px solid #999999;
	padding: 10px;
	border-radius: 10px;
	background-color: #FEFEFE;
	opacity: 0.95;
}

.tab_buttons a {
	float: left; 
	width: 30%;
	height: 20px;
	display: block;
	background-color: #CCCCCC;
	border: 1px solid #666666;
	margin-right: 5px;
	text-align: center;
	line-height: 200%;
	color: #333333;
	font-size: 9px;
	text-decoration: none;
	border-radius: 5px;
}

.tab_buttons a:hover {
	background-color: #EFEFEF;
}

.point_list {
	position: absolute;
	bottom: 15px;
	right: 15px;
	z-index: 990;
	width: 300px;
	height: 300px;
	overflow: auto;
	border: 1px solid #999999;
	padding: 10px;
	border-radius: 10px;
	background-color: #FEFEFE;
	opacity: 0.95;
}

.login_form {
	position: relative;	
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	width: 300px;
	min-height: 180px;
	border: 1px solid #CCCCCC;
	padding: 15px;
	border-radius: 10px;
}

.txt_info {
	color: #FA0000;
	font-size: 80%;
}

.txt_small {
	font-size: 80%;
}
