.footerPanel
{
	/* http://www.colorzilla.com/gradient-editor/ */
	background: -moz-linear-gradient(top,  rgba(40,95,214,0) 1%, rgba(40,95,214,0) 9%, rgba(40,95,214,0.14) 22%, rgba(0,130,229,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(40,95,214,0)), color-stop(9%,rgba(40,95,214,0)), color-stop(22%,rgba(40,95,214,0.14)), color-stop(100%,rgba(0,130,229,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(40,95,214,0) 1%,rgba(40,95,214,0) 9%,rgba(40,95,214,0.14) 22%,rgba(0,130,229,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(40,95,214,0) 1%,rgba(40,95,214,0) 9%,rgba(40,95,214,0.14) 22%,rgba(0,130,229,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(40,95,214,0) 1%,rgba(40,95,214,0) 9%,rgba(40,95,214,0.14) 22%,rgba(0,130,229,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(40,95,214,0) 1%,rgba(40,95,214,0) 9%,rgba(40,95,214,0.14) 22%,rgba(0,130,229,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00285fd6', endColorstr='#0082e5',GradientType=0 ); /* IE6-9 */

	height: 60px;

	border-top: 0px solid transparent;
	border-bottom: 0px solid transparent;
}