/* CSS Document */

.platypi-box	{
	width: 300px;
}

.platypi-box dt	{
	background: url(images/small-platypus.png) right center no-repeat;
	height: 30px;
	margin: 0 4px -1px 0;
	text-align: center;
}

* html .platypi-box dt	{
	background: url(images/small-platypus.jpg) right center no-repeat;
}

.box-shadow	{
	background: url(images/box-shadow.png) right repeat-y;
	margin: 0 0 0 0;	
	padding: 0 20px 0 50px;
}

* html .box-shadow	{
	background: url(images/box-shadow.jpg) right repeat-y;
}

.box-action	{
	background: url(images/box-action.png) top right no-repeat;
	height: 35px;
	padding: 0 15px 0 0;
	margin-right: -1px;
	text-align: right;
}

* html .box-action	{
	background: url(images/box-action.jpg) top right no-repeat;
}





