.my-footer{
	width:100%;
	margin:auto;
	color:#286090;
	font-size:14px;
	line-height:24px;
	border-radius:3px
}
.my-panel-default {
	background-image:-webkit-linear-gradient(top,#f5f5f5 0%,#e8e8e8 100%);
	background-image:-o-linear-gradient(top,#f5f5f5 0%,#e8e8e8 100%);
	background-image:-webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#e8e8e8));
	background-image:linear-gradient(to bottom,#f5f5f5 0%,#e8e8e8 100%);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5',endColorstr='#ffe8e8e8',GradientType=0);
}