/* CSS Document */
.ed
{
	width: 444px;
	height: 280px;
	overflow-y: auto;
	border-top: 2px solid buttonshadow;
	border-left: 2px solid butbuttonshadow;
	border-bottom: 2px solid buttonhighlight;
	border-right: 2px solid buttonhighlight;
	background-color: #FFFFFF;
	margin: 2px 2px 2px 2px;
	padding: 2px 2px 2px 2px;
}
.DIV
{
	width: 444px;
	height: 280px;
}
.DIVL
{
	width: 444px;
	height: 280px;
}


#toolbar 	{	
			margin: 0;
			padding: 0;
			width: 444px;
			background: buttonface;
			border-top: 1px solid buttonhighlight;
			border-left: 1px solid buttonhighlight;
			border-bottom: 1px solid buttonshadow;
			border-right: 1px solid buttonshadow;
			text-align:left;
		  	}
			
.button 	{
			background: buttonface; 
			border: 1px solid buttonface;
			margin: 1; 
			}
			
.raised		{ 
			border-top: 1px solid buttonhighlight;
			border-left: 1px solid buttonhighlight;
			border-bottom: 1px solid buttonshadow;
			border-right: 1px solid buttonshadow;
			background: buttonface;
			margin: 1;
			}
			
.pressed	{
			border-top: 1px solid buttonshadow;
			border-left: 1px solid buttonshadow;
			border-bottom: 1px solid buttonhighlight;
			border-right: 1px solid buttonhighlight;
			background: buttonface;
			margin: 1;
			}


