﻿div.box {
    padding: 0;
    margin-bottom: 0.5em;
    border: 1px solid #D0D0D0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

div.boxheader {
    padding: 0;
    background-color: #F0F0F0;
    text-align: center;
    line-height: 28px;
}

div.boxbody {
    padding: 5px;
}

div.buttonpanel{
    text-align: center;
    padding-top: 5px;
}
