.topleft,
.topright,
.bottomleft,
.bottomright {
	background-image:	url("../../images/box.gif");
	height:				16px;
	font-size:			2px;
}

.topleft,
.bottomleft {
	margin-right:		16px;
}

.topright,
.bottomright {
	margin-left:		16px;
	margin-top:			-16px;
}

.topright {
	background-position:100% 0;
}

.bottomleft {
	background-position:0 -16px;
}

.bottomright {
	background-position:100% -16px;
}

.insideBox {
	background-color:	white;
	border-left:		2px solid #666;
	border-right:		2px solid #666;
	font-size:			70%;
	color:				#666;
	overflow:			hidden;
	margin-bottom:		-1px;
}

