.item {
	position: absolute;
  border: 1px solid black;
  background-color: #ddddff;
}

.title {
	padding: 10px;	
	cursor: move;
	background-color: #FFFFFF;
}

.connect {
  width: 100px;
  height: 60px;
  cursor: pointer;
}	

#container {
	border: 1px solid gray;
  width: 1000px;
  height: 500px;
  float: left;
}

#options {
	border: 1px solid gray;
  width: 200px;
  height: 500px;
  float: left;
}