.grd1 {
	background:#8B4513;	/* default */
	background:-moz-linear-gradient(top, white, white 10%, #8B4513);	/* Firefox */
	background:-webkit-gradient(linear, left top, left bottom, from(white), color-stop(0.01, #8B4513), to(#8B4513));	/* iPhone, Android */
}

.grd2 {
	background:#fff;
	background:-moz-linear-gradient(top, #fff, #fff);
	background:-webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
}

.grd3 {
	background:#8B4513;
	background:-moz-linear-gradient(top, #8B4513, #8B4513);
	background:-webkit-gradient(linear, left top, left bottom, from(#8B4513), to(#8B4513));
}

.grd4 {
	background:whitesmoke;
	background:-moz-linear-gradient(top, lightgray, lightgray 45%, lightgray 50%, silver);
	background:-webkit-gradient(linear, left top, left bottom, from(lightgray), color-stop(0.45, lightgray), color-stop(0.5, silver), to(white));
}

.grd5 {
	background:whitesmoke;
	background:-moz-linear-gradient(top, white, #f0f0f0);
	background:-webkit-gradient(linear, left top, left bottom, from(white), to(#f0f0f0));
}

