.top-gradient {
		background: -moz-linear-gradient(
				top, 
				rgb(216,220,225) 0, 
				rgb(255,255,255) 1em, 
				rgb(255,255,255) 100%);
		background: -webkit-linear-gradient(
				top,  
				rgb(216,220,225) 0,
				rgb(255,255,255) 1em,
				rgb(255,255,255) 100%);
		background: linear-gradient(
				to bottom,  
				rgb(216,220,225) 0%,
				rgb(255,255,255) 5%,
				rgb(255,255,255) 100%);
	}