

p.borders{
}

table.borders{
}

div.borders{
}



/* TEMPLATE 1 */
.fancy-north
{
	background: url(../img/tpl1/north.png) repeat-x top;
}

.fancy-east
{
	background: url(../img/tpl1/east.png) repeat-y right;
}

.fancy-south
{
	background: url(../img/tpl1/south.png) repeat-x bottom;
}

.fancy-west
{
	background: url(../img/tpl1/west.png) repeat-y left;
}

.fancy-northeast
{
	background: url(../img/northeast.png) no-repeat top right;
}

.fancy-southeast
{
	background: url(../img/tpl1/southeast.png) no-repeat bottom right;
}

.fancy-southwest
{
	background: url(../img/tpl1/southwest.png) no-repeat bottom left;
}

.fancy-northwest
{
	background: url(../img/tpl1/northwest.png) no-repeat top left;
}

.fancy-input-north
{
	background: url(../img/tpl1/north.png) repeat-x top;
	width: 24em;
	line-height: 1.5em;
	font-size: 1.4em;
}

.fancy-input-east
{
	background: url(../img/tpl1/east.png) repeat-y right;
}

.fancy-input-south
{
	background: url(../img/tpl1/south.png) repeat-x bottom;
}

.fancy-input-west
{
	background: url(../img/tpl1/west.png) repeat-y left;
}

.fancy-input-northeast
{
	background: url(../img/tpl1/northeast.png) no-repeat top right;
}

.fancy-input-southeast
{
	background: url(../img/tpl1/southeast.png) no-repeat bottom right;
}

.fancy-input-southwest
{
	background: url(../img/tpl1/southwest.png) no-repeat bottom left;
}

.fancy-input-northwest
{
	background: url(../img/tpl1/northwest.png) no-repeat top left;
	padding: 1em 2em;
}

.fancy-input-northwest input
{
	width: 20em;
	border: 0;
}



/* TEMPLATE 2 */
.north
{
	background: url(../img/tpl2/north.gif) repeat-x top;
}

.east
{
	background: url(../img/tpl2/east.gif) repeat-y right;
}

.south
{
	background: url(../img/tpl2/south.gif) repeat-x bottom;
}

.west
{
	background: url(../img/tpl2/west.gif) repeat-y left;
}

.northeast
{
	background: url(../img/tpl2/northeast.gif) no-repeat top right;
}

.southeast
{
	background: url(../img/tpl2/southeast.gif) no-repeat bottom right;
}

.southwest
{
	background: url(../img/tpl2/southwest.gif) no-repeat bottom left;
}

.northwest
{
	background: url(../img/tpl2/northwest.gif) no-repeat top left;
	padding: 1em;
}



/* TEMPLATE 3 */
.default-north
{
	background: url(../img/tpl3/north.jpg) repeat-x top;
}

.default-east
{
	background: url(../img/tpl3/east.jpg) repeat-y right;
}

.default-south
{
	background: url(../img/tpl3/south.jpg) repeat-x bottom;
}

.default-west
{
	background: url(../img/tpl3/west.jpg) repeat-y left;
}

.default-northeast
{
	background: url(../img/tpl3/northeast.jpg) no-repeat top right;
}

.default-southeast
{
	background: url(../img/tpl3/southeast.jpg) no-repeat bottom right;
}

.default-southwest
{
	background: url(../img/tpl3/southwest.jpg) no-repeat bottom left;
}

.default-northwest
{
	background: url(../img/tpl3/northwest.jpg) no-repeat top left;
	padding: 1em;
}

