﻿.roundedDropShadowPanel
{
	width: 100%;
	height: 100%;
}
.topLeftCorner
{
	background-image: url('http://www.heavenskincare.com/images/tlc.png');
	width: 18px;
	height: 17px;
}
.topRightCorner
{
	background-image: url('http://www.heavenskincare.com/images/trc.png');
	width: 20px;
	height: 17px;
}
.topBoarder
{
	background-image: url('http://www.heavenskincare.com/images/tb.png');
	background-repeat: repeat-x;
	height: 17px;
}
.leftBoarder
{
    background-image: url('http://www.heavenskincare.com/images/lb.png');
    background-repeat: repeat-y;
    Width: 18px;
}
.contentPadding
{
	padding: 0px 0px 0px 0px;
}
.rightBoarder
{
    background-image: url('http://www.heavenskincare.com/images/rb.png');
    background-repeat: repeat-y;
    width: 20px;
}
.bottomLeftCorner
{
	background-image: url('http://www.heavenskincare.com/images/blc.png');
	width: 18px;
	height: 21px;
}
.bottomRightCorner
{
	background-image: url('http://www.heavenskincare.com/images/brc.png');
	width: 20px;
	height: 21px;
}
.bottomBoarder
{
	background-image: url('http://www.heavenskincare.com/images/bb.png');
	background-repeat: repeat-x;
	height: 21px;
}
