#columnRight .lower {
   	background: #ecf1f7;
	background: -moz-linear-gradient(left, #ecf1f7 0%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ecf1f7), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(left, #ecf1f7 0%,#ffffff 100%);
	background: -o-linear-gradient(left, #ecf1f7 0%,#ffffff 100%);
	background: -ms-linear-gradient(left, #ecf1f7 0%,#ffffff 100%);
	background: linear-gradient(to right, #ecf1f7 0%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ecf1f7', endColorstr='#ffffff',GradientType=1 );
}
