/* 
	CSS Style sheet
	Author: David Austin
	Date:	Oct 8, 2006
	Title: 	dragndroptest_rico.css
	
	
*/

.sBox		{	width: 150px; height: 50px;
			border: 1px solid black		}
		
.dBox		{	width: 250px; height: 200px;
			border: 1px solid black;
						}
		
.title		{	width: 250px; background:orange }

.plainbox	{	width: 250px; height: 200px;
			background:yellow;
			border: 1px solid black		}


