.border_botleft_gradient
{
	padding: 0px;
	margin: 0px;
	background: url('images/bottom_left_gradient.png') no-repeat left top;
}
.border_botright_gradient
{
	padding: 0px;
	margin: 0px;
	background: url('images/bottom_right_gradient.png') no-repeat right top;
}
.border_botmiddle_gradient
{
	padding: 0px;
	margin: 0 16px 0 16px;
	background: url('images/bottom_gradient.png') repeat-x 50% bottom;
	height: 45px;
}

