h2{
	background: rgba(73,155,234,0.3);
	background: -moz-linear-gradient(left, rgba(73,155,234,0.3) 0%, rgba(32,124,229,0.3) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(73,155,234,0.3)), color-stop(100%, rgba(32,124,229,0.3)));
	background: -webkit-linear-gradient(left, rgba(73,155,234,0.3) 0%, rgba(32,124,229,0.3) 100%);
	background: -o-linear-gradient(left, rgba(73,155,234,0.3) 0%, rgba(32,124,229,0.3) 100%);
	background: -ms-linear-gradient(left, rgba(73,155,234,0.3) 0%, rgba(32,124,229,0.3) 100%);
	background: linear-gradient(to right, rgba(73,155,234,0.3) 0%, rgba(32,124,229,0.3) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#207ce5', GradientType=1 );
};




