			#demo {
				margin-top:1em;
			}
		
			.w { 
				width:1em;
				font-family:Verdana; 
				padding:1em;
				position:absolute;
				border: 1px solid black;
				z-index:4;
				border-radius:1em;
				 border:1px solid #346789;
box-shadow: 2px 2px 1px #e0e0e0;
   -o-box-shadow: 2px 2px 1px #e0e0e0;
   -webkit-box-shadow: 2px 2px 1px #e0e0e0;
   -moz-box-shadow: 2px 2px 1px #e0e0e0;
-moz-border-radius:0.5em;
border-radius:0.5em;
opacity:0.8;
filter:alpha(opacity=80);
cursor:move;
			}
			
			.aLabel {
				background-color:white;
				opacity:0.8;
				padding:0.3em;				
			}
			
			.ep {
				float:right;
				width:1em;
				height:1em;
				background-color:#336699;
				cursor:pointer;
			}
		
			._jsPlumb_endpoint {
				z-index:3;
			}
		/*	._jsPlumb_connector { border:1px solid red; }*/

			#a1 {
				left:1em;
				top:0em;
				width:12em;
				background-color:#ffff99;
			}
			#a2 {
				left:34em;
				top:0em;
				width:12em;
				background-color:#ffff99;
			}
			
			#a3 {
				left:1em;
				top:24em;
				width:12em;
				background-color:#ffff99;
			}
			#a4 {
				left:34em;
				top:24em;
				width:12em;
				background-color:#ffff99;
			}
				
			
			.dragHover { border:2px dotted red; }
			
			path { cursor:pointer; }