.fuzzyTeardropRoundedCornerBox div.container
{
	position:relative;
	top: -10px;
	bottom:-10px;
	margin-bottom:-23px;
}

.fuzzyTeardropRoundedCornerBox .shadow-one
{
	position: relative;
	padding-top: 30px;
	padding-left: 30px;
}
.fuzzyTeardropRoundedCornerBox .corner-a
{
	position: absolute;
	right: 0px;
	top: 0px;
	width: 30px;
	height: 30px;
	background: url(/UserControl/images/fuzzyTeardrop.png) right top no-repeat;
}
.fuzzyTeardropRoundedCornerBox .corner-b
{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 30px;
	height: 30px;
	background: url(/UserControl/images/fuzzyTeardrop.png) left bottom no-repeat;
}
.fuzzyTeardropRoundedCornerBox .shadow-two
{
	background: url(/UserControl/images/fuzzyTeardrop.png) right bottom no-repeat;
}
.fuzzyTeardropRoundedCornerBox .shadow-three
{
	position: relative;
	left: -30px;
	top: -30px;
	background: url(/UserControl/images/fuzzyTeardrop.png) left top no-repeat;
}
.fuzzyTeardropRoundedCornerBox .shadow-four
{
	position: relative;
	left: 15px;
	top: 15px;
}

.fuzzyTeardropRoundedCornerBox .long-box-right
{
	margin-right: -15px;
	padding-right:15px;
	/*border:1px solid blue;*/
	background: #FFFFFF url(http://objects.sonicbids.com/homepage/template/default/borderRight.png) repeat-y right top;
}

.fuzzyTeardropRoundedCornerBox .long-box-left
{
	margin-left: -15px;
	padding-left:15px;
	/*border:1px solid red;*/
	background: #FFFFFF url(http://objects.sonicbids.com/homepage/template/default/borderLeft.png) repeat-y 0px 0px;
}

.fuzzyTeardropRoundedCornerBox .spacer
{
    height: 10px;
}




