h2{
	background: rgba(255,255,0,0.3);
	background: -moz-linear-gradient(left, rgba(255,255,0,0.3) 0%, rgba(255,255,0,0.3) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,0,0.3)), color-stop(100%, rgba(255,255,0,0.3)));
	background: -webkit-linear-gradient(left, rgba(255,255,0,0.3) 0%, rgba(255,255,0,0.3) 100%);
	background: -o-linear-gradient(left, rgba(255,255,0,0.3) 0%, rgba(255,255,0,0.3) 100%);
	background: -ms-linear-gradient(left, rgba(255,255,0,0.3) 0%, rgba(255,255,0,0.3) 100%);
	background: linear-gradient(to right, rgba(255,255,0,0.3) 0%, rgba(255,255,0,0.3) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffff00', endColorstr='#ffff00', GradientType=1 );
};




