@media screen, projection
{
	.toolbox {
		margin-left: 3px; /* default, width of left corner */
		background-color: #fff;
	}
	
	.toolbox .toolbox-w,
	.toolbox .toolbox-t,
	.toolbox .toolbox-b,
	.toolbox .toolbox-b div {
		background: transparent url(../img/toolbox.gif) no-repeat top right;
	}
	
	.toolbox .toolbox-w {
		position: relative;
		padding: 0px 3px 0px 0px;
	}
	
	.toolbox .toolbox-t {
		/* top+left vertical slice */
		position:absolute;
		left:0px;
		top:0px;
		width:3px; /* top slice width */
		margin-left:-3px;
		height:100%;
		background-position:top left;
	}
	
	.toolbox .toolbox-b {
		 /* bottom */
		width:100%;
		background-position:bottom right;
	}
	
	.toolbox .toolbox-b,
	.toolbox .toolbox-b div {
		position:relative;
		height:4px; /* height of bottom cap/shade */
	 	font-size:1px;
	}
	
	.toolbox .toolbox-b div {
		width:3px; /* bottom corner width */
		margin-left:-3px;
		background-position:bottom left;
	}
	
	.toolbox .toolbox-content {
		width: auto !important;
		padding: 5px;
	}

	.toolbox, .toolbox .toolbox-w {
		zoom: 1;
	}
	
	* html .toolbox .toolbox-w {
		overflow-y: hidden;
	}
	
	* html .toolbox .toolbox-t {
		height: 5000px;
	}
}