

.divframe{
	position: relative;
	min-width: 32px;
	min-height: 32px;
}
.divframe .lo, .divframe .ro, .divframe .lu, .divframe .ru, .divframe .lm, .divframe .rm, .divframe .mo, .divframe .mu, .divframe .mm{
	position: absolute;
}
.divframe .lo, .divframe .ro, .divframe .lu, .divframe .ru{
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
}
.divframe .lo{
	top: 0px;
	left: 0px;
	background-image: url(polyform/button/reckelo.gif);
}
.divframe .ro{
	top: 0px;
	right: 0px;
	background-image: url(polyform/button/reckero.gif);
}
.divframe .lu{
	bottom: 0px;
	left: 0px;
	background-image: url(polyform/button/reckelu.gif);
}
.divframe .ru{
	bottom: 0px;
	right: 0px;
	background-image: url(polyform/button/reckeru.gif);
}
.divframe .mo{
	top: 0px;
	left: 16px;
	right: 16px;
	height: 16px;
	border-top: 1px solid #c3c3c3;
}
.divframe .mu{
	bottom: 0px;
	left: 16px;
	right: 16px;
	height: 16px;
	border-bottom: 1px solid #c3c3c3;
}
.divframe .lm{
	left: 0px;
	top: 16px;
	bottom: 16px;
	width: 16px;
	border-left: 1px solid #c3c3c3;
}
.divframe .rm{
	right: 0px;
	top: 16px;
	bottom: 16px;
	width: 16px;
	border-right: 1px solid #c3c3c3;
}
.divframe .mm{
	top: 9px;
	left: 16px;
	bottom: 9px;
	right: -16px;
}
.divframe .inside{
	margin: 2px 8px 2px 8px;
}