.float_box {
	float:left;
	width:215px;
}

.box_head {
	float:left;
	height:28px;
	background-color:#DFDFDF;
	background:url("/_images/boxheader_bg.png");
	font-weight:bold;
	width:205px;
	padding:5px 0px 5px 10px;
	text-align:left;
}

.box_footer {
	border-left:1px solid #e2e2e2;
	border-right:1px solid #e2e2e2;
	border-bottom:1px solid #e2e2e2;
	text-align:right;
	background-color:#EFEFEF;
}

.box_content {
	border:1px solid #e2e2e2;
	padding:4px;
	text-align:left;
}

a.boxlink {
	color:#666;
	text-decoration:none;
}

a.boxlink:hover {
	color:#666;
	text-decoration:underline;
}
