#box01 {
	width: 256px;
	margin-top:10px;
}

.boxhead {
	height: 32px;
	background-image: url(/pic/bg/box/bg_boxhead.gif);
	background-repeat: no-repeat;
}
.boxbody {
	background-image: url(/pic/bg/box/bg_boxbody.gif);
	background-repeat: repeat-y;
	padding-right: 12px;
	padding-left: 12px;
	padding-top: 5px;
}
.boxfoot {
	background-image: url(/pic/bg/box/bg_foot.gif);
	background-repeat: repeat-y;
	height: 32px;
}
.boxhead a {
	text-decoration: none;
	float: right;
	position: relative;
	top: 9px;
	right: 30px;
}
