.topleft {
	height: 9px;
	width: 10px;
	background-image: url(../images/topleft.png);
	background-repeat: no-repeat;
}

.top {
	height: 9px;
	background-image: url(../images/top.png);
	background-repeat: repeat-x;
	text-align: left;
}

.topright {
	height: 9px;
	width: 10px;
	background-image: url(../images/topright.png);
	background-repeat: no-repeat;
}

.left {
	width: 10px;
	background-image: url(../images/left.png);
	background-repeat: repeat-y;
}

.right {
	width: 10px;
	background-image: url(../images/right.png);
	background-repeat: repeat-y;
}


.bottomleft {
	height: 7px;
	width: 10px;
	background-image: url(../images/bottomleft.png);
	background-repeat: no-repeat;
}


.bottom {
	height: 7px;
	background-image: url(../images/bottom.png);
	background-repeat: repeat-x;
	text-align: right;

	vertical-align: middle;
}

.bottomright {
	width: 10px;
	height: 7px;
	background-image: url(../images/bottomright.png);
	background-repeat: no-repeat;
	text-align: left;
}
