.flbox {
	margin-bottom:10px;
	padding: 0;
	width:190px;
	border: solid 1px #80BD53;
	background-color:#D9EBCB;
	background-repeat:no-repeat;
	background-image:url('img/box_back.png');
	background-position:left bottom;
}

.flbox * {
	font-size:9pt;
}

.flbox h1 {
	display:block;
	font-size:10pt;
	font-weight:bolder;
	width:100%;
	text-align:center;
/* 	
	padding:0;
	margin:0px;
	background-image:url('img/box_header.png'); 
	height:20px;
*/
}

.flboxcontent {
	margin:0px;
	padding:5px;
}
