.gradient {
	position: relative;
	margin-bottom: 25px;
}

.grad_content {
	margin-left: 16px;
	margin-right: 0px;
	margin-top: 20px;
	margin-bottom: 10px;
}	

.grad_left_corner {
	background-image: url(../images/grad_left_corner.gif);
	background-repeat: no-repeat;
	width: 5px;
	height: 10px;		
	left: 0px;
	bottom: 0px;
	position: absolute;
	z-index:2;
}

.grad_right_corner {
	background-image: url(../images/grad_right_corner.gif);
	background-repeat: no-repeat;
	width: 9px;
	height: 10px;		
	right: 0px;
	bottom: 0px;
	position: absolute;		
}

.grad_foot {				
	height: 10px;
	left: 5px;
	bottom: 0px;
	position: absolute;						
	background-repeat: no-repeat;		
}

.grad_left {
	position: absolute;
	left:0;
	width: 5px;
	
}

.grad_right {
	position: absolute;
	right:0;
	width: 9px;
}

.grad_mid {
	left: 5px;
	right: 9px;
	bottom: -10px;
	top: 0px;		
	position: absolute;		
}