﻿.north
{	
	background: white url(../images/border/north.png) repeat-x top; 
}

.east
{
	background: url(../images/border/east.png) repeat-y right;
}

.south
{
	background: url(../images/border/south.png) repeat-x bottom; 
}

.west
{
	background: url(../images/border/west.png) repeat-y left;
}

.northeast
{
	background: url(../images/border/northeast.png) no-repeat top right; 
}

.southeast
{
	background: url(../images/border/southeast.png) no-repeat bottom right;
}

.southwest 
{
	background: url(../images/border/southwest.png) no-repeat bottom left;
}

.northwest 
{
	background: url(../images/border/northwest.png) no-repeat top left;
}

div.border {
	padding: 25px;
	}