﻿.Border {
    height:1px;
    border-bottom:1px solid #d3d3d3;
    padding-top: 5px;
}

.Box {
    background-color: #F9F9F9;
    border: 1px solid #EEEEEE;
    margin-bottom: 10px;
    background-image: linear-gradient(bottom, rgb(250,250,250) 45%, rgb(246,246,246) 73%);
    background-image: -o-linear-gradient(bottom, rgb(250,250,250) 45%, rgb(246,246,246) 73%);
    background-image: -moz-linear-gradient(bottom, rgb(250,250,250) 45%, rgb(246,246,246) 73%);
    background-image: -webkit-linear-gradient(bottom, rgb(250,250,250) 45%, rgb(246,246,246) 73%);
    background-image: -ms-linear-gradient(bottom, rgb(250,250,250) 45%, rgb(246,246,246) 73%);
}