
.border {
	margin: 0;
	padding: 0;
}

.horiz {
	width: 100%;
	height: 5px;
	background-repeat: repeat-x;
}

.vert {
	width: 5px;
	height: 100%;
	background-repeat: repeat-y;
}

.top {
	background-image: url('../img/top.png');
}

.bottom {
	background-image: url('../img/bottom.png');
}

.left { 
	background-image: url('../img/left.png');
	float: left;
}

.right {
	background-image: url('../img/right.png');
	float: right;
}