﻿.BorderTopLeft
{
	background:url(Images/Borders/WhiteBoxOnGrey-TopLeft.png);
	height: 25px; 
	width: 25px; 
	float:left;
}

.BorderTop
{
	background:url(Images/Borders/WhiteBoxOnGrey-Top.png);
	height: 25px; 
	width:100%;
}

.BorderTopRight
{
	background:url(Images/Borders/WhiteBoxOnGrey-TopRight.png);
	height: 25px;
	width: 25px;
	float:right;
}

.BorderLeft
{
	background: url(Images/Borders/WhiteBoxOnGrey-Left.png) repeat-y left;
	margin-top:-10px;
}




.BorderRight
{
	background:url(Images/Borders/WhiteBoxOnGrey-Right.png) repeat-y right #ffffff;
	margin-left:13px;
	padding-right:13px;
}

.BorderBotLeft
{
	background:url(Images/Borders/WhiteBoxOnGrey-BtmLeft.png);
	height: 25px; 
	width: 25px; 
	float:left;
}

.BorderBottom
{
	background:url(Images/Borders/WhiteBoxOnGrey-Btm.png);
	height:25px; 
	width:100%;
}

.BorderBotRight
{
	background:url(Images/Borders/WhiteBoxOnGrey-BtmRight.png);
	height: 25px; 
	width: 25px; 
	float:right;	
}
