.widgetHeaderTitle
{
	font-family : futura, helvetica, arial, sans-serif;
	font-size : 18pt;
	font-weight : normal;
	color : #0099a6;
}

.whiteboxcontainer
{
	width:225px;
	height:auto;
}

.whiteboxtop
{
	background-image : url(dolceContainerTop.png);
	width:225px;
	height:58px;
	text-align:center;
	font-family:futura, helvetica, arial, sans-serif;
	font-size:20pt;
	overflow : hidden;
}

.whiteboxmiddle
{
	background-image : url(dolceContainerMiddle.png);
	background-repeat:repeat-y;
	width:225px;
	padding-left:5px;
	padding-right:1px;
	padding-top : 5px;
	overflow : hidden;
	text-align : left;
	white-space : pre-wrap;
}

.whiteboxmiddlecontent
{
	width:200px;
	padding-left:5px;
	padding-right:10px;
	padding-top : 5px;
	text-align : left;
	/* border : solid 1px green; */
}

.whiteboxbottom
{
	background-image : url(dolceContainerBottom.png);
	width:225px;
	height:45px;
	overflow : hidden;
}

