﻿/*

*
{
	margin: 0;
	padding: 0;
}

body
{
	font-size: 62.5%;
}

p
{
	font-size: 1.4em;
	line-height: 1.6em;
}
*/
.north
{
	background: url(/images/boxes/north.jpg) repeat-x top; 
}

.east
{
	background: url(/images/boxes/east.jpg) repeat-y right;
}

.south
{
	background: url(/images/boxes/south.jpg) repeat-x bottom; 
}

.west
{
	background: url(/images/boxes/west.jpg) repeat-y left;
}

.northeast
{
	background: url(/images/boxes/northeast.jpg) no-repeat top right; 
}

.southeast
{
	background: url(/images/boxes/southeast.jpg) no-repeat bottom right;
}

.southwest 
{
	background: url(/images/boxes/southwest.jpg) no-repeat bottom left;
}

.northwest 
{
	background: url(/images/boxes/northwest.jpg) no-repeat top left;
	padding: 1em;
}

.fancy-north
{
	background: url(/images/boxes/north.png) repeat-x top; 
}

.fancy-east
{
	background: url(/images/boxes/east.png) repeat-y right;
}

.fancy-south
{
	background: url(/images/boxes/south.png) repeat-x bottom; 
}

.fancy-west
{
	background: url(/images/boxes/west.png) repeat-y left;
}

.fancy-northeast
{
	background: url(/images/boxes/northeast.png) no-repeat top right; 
}

.fancy-southeast
{
	background: url(/images/boxes/southeast.png) no-repeat bottom right;
}

.fancy-southwest 
{
	background: url(/images/boxes/southwest.png) no-repeat bottom left;
}

.fancy-northwest 
{
	background: url(/images/boxes/northwest.png) no-repeat top left;
}

.fancy-input-north
{
	background: url(/images/boxes/north.png) repeat-x top; 
	width: 24em;
	line-height: 1.5em;
	font-size: 1.4em;
}

.fancy-input-east
{
	background: url(/images/boxes/east.png) repeat-y right;
}

.fancy-input-south
{
	background: url(/images/boxes/south.png) repeat-x bottom; 
}

.fancy-input-west
{
	background: url(/images/boxes/west.png) repeat-y left;
}

.fancy-input-northeast
{
	background: url(/images/boxes/northeast.png) no-repeat top right; 
}

.fancy-input-southeast
{
	background: url(/images/boxes/southeast.png) no-repeat bottom right;
}

.fancy-input-southwest 
{
	background: url(/images/boxes/southwest.png) no-repeat bottom left;
}

.fancy-input-northwest 
{
	background: url(/images/boxes/northwest.png) no-repeat top left;
	padding: 1em 2em;
}

.fancy-input-northwest input
{
	width: 20em;
	border: 0;
}