    .content {
    font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
    font-size: 14px;
    padding: 24px !important;
    background: #e8e8e8;
    background: -moz-linear-gradient(top,#eee 0,#ccc 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#eee),color-stop(100%,#ccc));
    background: -webkit-linear-gradient(top,#eee 0,#ccc 100%);
    background: -o-linear-gradient(top,#eee 0,#ccc 100%);
    background: linear-gradient(to bottom,#e8e8e8 0,#ccc 100%);
    border: 1px solid #bbb !important;
        border-top-width: 1px;
        border-top-style: solid;
        border-top-color: rgb(187, 187, 187);
    border-top: none !important;
    box-shadow: 0 2px 2px rgba(0,0,0,.1);
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -khtml-border-radius: 6px;
}


