.css-block { /*
W3C Spec
background: linear-gradient(top, yellow, blue 20%, #0f0);
*/
background: -moz-linear-gradient(top, #fff 0, #fff 67%, #d2d2d2 100%);
background: -webkit-gradient(linear,
left top, left bottom,
color-stop(0, #fff),
color-stop(0.67, #fff),
color-stop(1, #d2d2d2));
padding: 1px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
box-shadow: 0 15px 20px -10px #e1e1e1;
-moz-box-shadow: 0 15px 20px -10px #e1e1e1;
-webkit-box-shadow: 0 15px 20px -10px #e1e1e1;
}
.css-block-inner {
background-color: #ebebeb; /*fallback color*/
background: url(../img/arrowsi.png) no-repeat, -moz-linear-gradient(top,
#8598aa 0,
#fff 17%,
#fff 83%,
#ebebeb 99%,
#fff 100%);
background: url(../img/arrowsi.png) no-repeat, -webkit-gradient(linear,
left top, left bottom,
color-stop(0, #8598aa),
color-stop(0.17, #fff),
color-stop(0.83, #fff),
color-stop(0.99, #ebebeb),
color-stop(1, #fff));
padding: 10px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}
.css-block h3 {
background-color: #b35900;
background: -moz-linear-gradient(top,
#ea8c00 0,
#ea8c00 50%,
#b35900 50%,
#b35900 100%);
	background: -webkit-gradient(linear,
left top, left bottom,
color-stop(0, #ea8c00),
color-stop(0.5, #ea8c00),
color-stop(0.5, #b35900),
color-stop(1, #b35900));
padding: 1px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border: 1px solid #b35900;
color: #fff;
padding: 7px 10px;
margin: 0;
}

