﻿	.suspendActivity 
	{
		position: absolute; 
		font-size: 14px;
		font-family: Arial, sans-serif;
		border: 1px solid red;	
		padding: 0px;
		width: 100px;
		height: 50px;
		margin: 5px;
		background-color: lightyellow;
		z-index: 1;
		cursor:default;
	}
	.designer
	{
		position: absolute; 
		left: 0px; 
		top: 0px; 
		border: 1px solid #aaa;
		padding: 0px;
		width: 577px;
		height: 470px;
		margin: 1px;
		background-color:Gray;
		z-index: 5;
		overflow:hidden;
	}
	.connector 
	{
		position: absolute; 
		border: 1px solid Blue
		width: 2px;
		height: 2px;
		z-index: 2;
		cursor:default;
		padding: 0px;
		margin: 0px;
		overflow:hidden;
		background-color: lightyellow;
	}
	.node 
	{
		position: absolute; 
		border: 1px solid blue;	
		padding: 0px;
		width: 4px;
		height: 4px;
		z-index: 2;
		cursor:default;
	}