.grd1 {
	background:whitesmoke;	/* default */
	background:-moz-linear-gradient(top, #75a88e, #7bad93 35%, #92bba6);	/* Firefox */
	background:-webkit-gradient(linear, left top, left bottom, from(#75a88e), color-stop(0.35, #7bad93), to(#92bba6));	/* iPhone, Android */
}

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

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

.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: -webkit-gradient(linear, left top, left bottom, color-stop(0.98, #064FC6), color-stop(0.00, #043689));
background: -webkit-linear-gradient(top, #043689 0%, #064FC6 98%);
background: -moz-linear-gradient(top, #043689 0%, #064FC6 98%);
background: -o-linear-gradient(top, #043689 0%, #064FC6 98%);
background: -ms-linear-gradient(top, #043689 0%, #064FC6 98%);
background: linear-gradient(to bottom, #043689 0%, #064FC6 98%);
}
.grd7{
background: -webkit-gradient(linear, left top, left bottom, color-stop(0.91, #fbfdff), color-stop(0.00, #DFEFFF));
background: -webkit-linear-gradient(top, #DFEFFF 0%, #fbfdff 91%);
background: -moz-linear-gradient(top, #DFEFFF 0%, #fbfdff 91%);
background: -o-linear-gradient(top, #DFEFFF 0%, #fbfdff 91%);
background: -ms-linear-gradient(top, #DFEFFF 0%, #fbfdff 91%);
background: linear-gradient(to bottom, #DFEFFF 0%, #fbfdff 91%);

}

.bg_white{background:#FFF !important;}
.bg_blue{background:#0099CC !important;}