.container {
	position: relative;
	width: 800px;
	height: 600px;
	border: 1px solid;
	margin-right: 30px;
	float: left;
}

.container div {
	cursor: pointer;
}


.object1, .object2, .object3, .object4, .object_to  {
	z-index: 12000;
	border: 1px solid;
	background: #FFF;
	margin: 0px;
	padding: 3px;
}

.object1  {
	color: #F00;
}

.object2 {
	color: #0F0;
}

.object3 {
	color: #00F;
}

.object_to {
	color: #CCC;
}

canvas {
	margin: 0px;
	padding: 0px;
}

#tp_lg {
	left: 50%;
	border-left: 1px solid;
	position: absolute;
	top: 10px;
	bottom: 10px;
	padding-left: 4px;
	color:#999;
	font-size: 10px;
}

#tp_lg2 {
	left: 10px;
	right: 10px;			
	height: 20px;
	border-top: 1px solid;
	position: absolute;
	top: 50%;
	padding-top: 4px;
	color:#999;
	font-size: 10px;
}


#tp_lg .top, #tp_lg .bottom {
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);	
	width: 200px;
	margin-left: -200px;
	height: 20px;
	left: -90px;
	margin: 0px;
	padding: 0px;
	position: absolute;
}

#tp_lg .top {
	top: 90px;
	text-align: right;
}

#tp_lg .bottom {
	bottom: 90px;
}



.object img {
	position: absolute;
	top:16px;
	left: 20px;
	border: 1px dotted;
	padding: 2px;
}

.line_canvas_highlighted {
	background: #FFF;
	z-index: 20000;
	border: 1px solid #CCC;
	margin-left: -1px;
	margin-top: -1px;	
}


