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

.bltop,
.bltl,
.bltr
{
	float: left;
	min-height: 19px;
}

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

.bltl
{
	background: url(BlueBox_TL.png)
		no-repeat left top;

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

.bltr
{
	background: url(BlueBox_TR.png)
		no-repeat right top;
	float: right;

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


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


.bluebox-contents
{
	margin: 17px 25px 27px 19px; /* underscan by two px */
	/*margin: 19px 27px 29px 21px;*/ /* true margin */
	background: #405072;
}

.bluebox-contents p
{
	margin: 0px 0px 10px;
}

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


.blbott,
.blbl,
.blbr
{
	float: left;
	min-height: 29px;
}

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

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

.blbr
{
	background: url(BlueBox_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;*/
}




