
.whitebox
{
	background: transparent;
	margin-top: 19px;
	margin-bottom: 15px;
	min-height: 50px;
}

.wbtop,
.wbtl,
.wbtr
{
	float: left;
	min-height: 19px;
}

.wbtop
{
	margin-left: 21px;
	margin-right: 27px;
	
	margin-top: -19px;
	
	background: url(WhiteBox_TC.png)
		no-repeat left top;
	min-width: 48px;
}

.wbtl
{
	background: url(WhiteBox_TL.png)
		no-repeat left top;

	min-width: 21px;
	margin-left: -21px;
}

.wbtr
{
	background: url(WhiteBox_TR.png)
		no-repeat right top;
	float: right;

	min-width: 27px;
	margin-right: -27px;
}


.wbcl
{
	float: left;
	background: url(WhiteBox_CL.png)
		no-repeat left top;
	min-width: 21px;
	min-height: 5px;
}


.whitebox-contents
{
	padding-bottom: 15px;
	margin: 17px 25px 27px 19px; /* underscan by two px */
	/*margin: 19px 27px 29px 21px;*/ /* true margin */
	background: #FFFFFF;
}

.wbcr
{
	float: right;
	background: url(WhiteBox_CR.png)
		no-repeat right top;
	min-width: 27px;
	min-height: 5px;
}


.wbbott,
.wbbl,
.wbbr
{
	float: left;
	min-height: 29px;
}

.wbbott
{
/*	padding-bottom: 29px;*/
	margin-left: 21px;
	margin-right: 27px;
	
	margin-bottom: -29px;
	background: url(WhiteBox_BC.png)
		no-repeat left bottom;
	min-width: 48px;
}

.wbbl
{
	background: url(WhiteBox_BL.png)
		no-repeat left bottom;
	min-width: 21px;
	
	margin-left: -21px;
	
/*	padding-left: 21px;
	margin-left: -21px; */
/*	padding-bottom: 29px;
	margin-bottom: -29px;*/
}

.wbbr
{
	background: url(WhiteBox_BR.png)
		no-repeat right bottom;
	float: right;
	min-width: 27px;
	
	margin-right: -27px;
	
/*	margin-right: -27px;
	padding-right: 27px;
	margin-bottom: -29px;
	padding-bottom: 29px;*/
}





