﻿.box
{
	position:relative;	
}

.box .topright
{
	background: top right no-repeat transparent;
	position:absolute;height:100%;
}

.box .topleft
{
	background: top left no-repeat transparent;	
}

.box .bottomleft
{
	background: bottom left no-repeat transparent;
	position:absolute;width:100%;
}

.box .bottomright
{
	background: bottom right no-repeat transparent;
	position:absolute;
}

.blue .background
{
	background-image: url("../Images/BlueBox.png")
}

.blue .topright
{
	right:-14px;width:14px;
}

.blue .topleft
{
	padding:10px 0px 0px 14px;
}

.blue .bottomleft
{
	height:14px;
}

.blue .bottomright
{
	width:14px;height:14px;right:-14px;	
}

.white .background
{
	background-image: url("../Images/WhiteBox.png")
}

.white .topright
{
	right:-8px;width:8px;
}

.white .topleft
{
	padding:10px 0px 1px 7px;
}

.white .bottomleft
{
	height:8px;
}

.white .bottomright
{
	width:8px;height:8px;right:-8px;	
}