  .box {
    display: inline-block;
    position: relative;
    margin: 1%;
    margin-right: 9px;
    float: left;
    width: 31%;
    height: 200px;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(245, 245, 245, 1) 0%, rgba(234, 234, 234, 1) 100%) repeat scroll 0 0;
    border: 1px solid #dddddd;
}
.box:hover {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(217, 217, 217, 1) 0%, rgba(204, 204, 204, 1) 100%) repeat scroll 0 0;
}
.box:active {
    background-color: #b3b3b3;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .3) inset, 0 0 1px rgba(0, 0, 0, 0.05);
}
a.boxLink {
    color: #222222;
}
.box span {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    position: relative;
    top: 55px;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    font-size: 1.8em;
    font-weight: bold;
    font-color: #222222;
}